Html Css Color HEX #B251F0 Medium Orchid

📋 copy color: '#B251F0'

red 178 ◦ green 81 ◦ blue 240

#B251F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B251F0

Tints of Medium Orchid #B251F0

RGB

 RED value IS 178 (69.92% from 255) = 35.67%

 GREEN value IS 81 (32.03% from 255) = 16.23%

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 35.67%
G = 16.23%
B = 48.1%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B251F0 (or 0xB251F0) is known color: Medium Orchid. HEX triplet: B2, 51 and F0. RGB value is (178,81,240). Sum of RGB (Red+Green+Blue) = 178+81+240=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #B251F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251F0 is #4DAE0F. Grayscale: #7F7F7F. Windows color (decimal): -5090832 or 15749554. OLE color: 15749554.

HSL color Cylindrical-coordinate representation of color #B251F0: hue angle of 276.6º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B251F0 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 81 240 -
CMYK 0.26 0.66 0 0.06
HSL 276.6º 0.84% 0.63% -
HSV(B) 276.6º 0.66% 0.94% -
XYZ 37.03 21.64 84.66 -
YUV 128.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 178 81 240 0.26 0.66 0 0.06 276.6 0.84 0.63
Hex B2 51 F0 1A 42 0 6 115 54 3F
Octal 262 121 360 32 102 0 6 425 124 77
Binary 10110010 1010001 11110000 11010 1000010 0 110 100010101 1010100 111111

Color Harmonies of #B251F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251F0

Black with #B251F0

Text Example


Text Example

White with #B251F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251F0; }

 p { color: rgb(178,81,240); }

 H1.HeaderClassName
 {
   color: #B251F0;
 }
 .AnyTagClassName
 {
   color: #B251F0;
 }
</style>

background-color css

<style>
 a { background-color: #B251F0; }

 a { background-color: rgb(178,81,240); }

 div.DivClassName
 {
   background-color: #B251F0;
 }
 .BgClassName
 {
   background-color: #B251F0;
 }
</style>

border-color css

<style>
 span { border-color: #B251F0; }

 span { border-color: rgb(178,81,240); }

 td.TdClassName
 {
   border-color: #B251F0;
 }
 .TagClassName
 {
   border-color: #B251F0;
 }
</style>