Html Css Color HEX #B051CF Medium Orchid

📋 copy color: '#B051CF'

red 176 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #B051CF

Tints of Medium Orchid #B051CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 37.93%
G = 17.46%
B = 44.61%

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

#B051CF (or 0xB051CF) is known color: Medium Orchid. HEX triplet: B0, 51 and CF. RGB value is (176,81,207). Sum of RGB (Red+Green+Blue) = 176+81+207=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #B051CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051CF is #4FAE30. Grayscale: #7B7B7B. Windows color (decimal): -5221937 or 13586864. OLE color: 13586864.

HSL color Cylindrical-coordinate representation of color #B051CF: hue angle of 285.24º degrees, saturation: 0.57, 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 #B051CF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 81 207 -
CMYK 0.15 0.61 0 0.19
HSL 285.24º 0.57% 0.56% -
HSV(B) 285.24º 0.61% 0.81% -
XYZ 32.11 19.62 61.13 -
YUV 123.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 176 81 207 0.15 0.61 0 0.19 285.24 0.57 0.56
Hex B0 51 CF F 3D 0 13 11D 39 38
Octal 260 121 317 17 75 0 23 435 71 70
Binary 10110000 1010001 11001111 1111 111101 0 10011 100011101 111001 111000

Color Harmonies of #B051CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051CF

Black with #B051CF

Text Example


Text Example

White with #B051CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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