Html Css Color HEX #B051CB Medium Orchid

📋 copy color: '#B051CB'

red 176 ◦ green 81 ◦ blue 203

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

Shades of Medium Orchid #B051CB

Tints of Medium Orchid #B051CB

RGB

 RED value IS 176 (69.14% from 255) = 38.26%

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 38.26%
G = 17.61%
B = 44.13%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B051CB (or 0xB051CB) is known color: Medium Orchid. HEX triplet: B0, 51 and CB. RGB value is (176,81,203). Sum of RGB (Red+Green+Blue) = 176+81+203=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #B051CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051CB is #4FAE34. Grayscale: #7A7A7A. Windows color (decimal): -5221941 or 13324720. OLE color: 13324720.

HSL color Cylindrical-coordinate representation of color #B051CB: hue angle of 286.72º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B051CB is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 81 203 -
CMYK 0.13 0.60 0 0.20
HSL 286.72º 0.54% 0.56% -
HSV(B) 286.72º 0.6% 0.8% -
XYZ 31.63 19.43 58.58 -
YUV 123.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 176 81 203 0.13 0.60 0 0.20 286.72 0.54 0.56
Hex B0 51 CB D 3C 0 14 11F 36 38
Octal 260 121 313 15 74 0 24 437 66 70
Binary 10110000 1010001 11001011 1101 111100 0 10100 100011111 110110 111000

Color Harmonies of #B051CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051CB

Black with #B051CB

Text Example


Text Example

White with #B051CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051CB; }

 p { color: rgb(176,81,203); }

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

background-color css

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

 a { background-color: rgb(176,81,203); }

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

border-color css

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

 span { border-color: rgb(176,81,203); }

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