Html Css Color HEX #B851CC Medium Orchid

📋 copy color: '#B851CC'

red 184 ◦ green 81 ◦ blue 204

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

Shades of Medium Orchid #B851CC

Tints of Medium Orchid #B851CC

RGB

 RED value IS 184 (72.27% from 255) = 39.23%

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 39.23%
G = 17.27%
B = 43.5%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B851CC (or 0xB851CC) is known color: Medium Orchid. HEX triplet: B8, 51 and CC. RGB value is (184,81,204). Sum of RGB (Red+Green+Blue) = 184+81+204=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #B851CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851CC is #47AE33. Grayscale: #7D7D7D. Windows color (decimal): -4697652 or 13390264. OLE color: 13390264.

HSL color Cylindrical-coordinate representation of color #B851CC: hue angle of 290.24º degrees, saturation: 0.55, 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 #B851CC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 81 204 -
CMYK 0.10 0.60 0 0.2
HSL 290.24º 0.55% 0.56% -
HSV(B) 290.24º 0.6% 0.8% -
XYZ 33.61 20.43 59.3 -
YUV 125.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 184 81 204 0.10 0.60 0 0.2 290.24 0.55 0.56
Hex B8 51 CC A 3C 0 14 122 37 38
Octal 270 121 314 12 74 0 24 442 67 70
Binary 10111000 1010001 11001100 1010 111100 0 10100 100100010 110111 111000

Color Harmonies of #B851CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851CC

Black with #B851CC

Text Example


Text Example

White with #B851CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851CC; }

 p { color: rgb(184,81,204); }

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

background-color css

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

 a { background-color: rgb(184,81,204); }

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

border-color css

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

 span { border-color: rgb(184,81,204); }

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