Html Css Color HEX #B051CE Medium Orchid

📋 copy color: '#B051CE'

red 176 ◦ green 81 ◦ blue 206

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

Shades of Medium Orchid #B051CE

Tints of Medium Orchid #B051CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 38.01%
G = 17.49%
B = 44.49%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B051CE (or 0xB051CE) is known color: Medium Orchid. HEX triplet: B0, 51 and CE. RGB value is (176,81,206). Sum of RGB (Red+Green+Blue) = 176+81+206=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #B051CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051CE is #4FAE31. Grayscale: #7B7B7B. Windows color (decimal): -5221938 or 13521328. OLE color: 13521328.

HSL color Cylindrical-coordinate representation of color #B051CE: hue angle of 285.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B051CE is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 81 206 -
CMYK 0.15 0.61 0 0.19
HSL 285.6º 0.56% 0.56% -
HSV(B) 285.6º 0.61% 0.81% -
XYZ 31.99 19.57 60.48 -
YUV 123.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 176 81 206 0.15 0.61 0 0.19 285.6 0.56 0.56
Hex B0 51 CE F 3D 0 13 11E 38 38
Octal 260 121 316 17 75 0 23 436 70 70
Binary 10110000 1010001 11001110 1111 111101 0 10011 100011110 111000 111000

Color Harmonies of #B051CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051CE

Black with #B051CE

Text Example


Text Example

White with #B051CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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