Html Css Color HEX #B851C9 Medium Orchid

📋 copy color: '#B851C9'

red 184 ◦ green 81 ◦ blue 201

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

Shades of Medium Orchid #B851C9

Tints of Medium Orchid #B851C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 39.48%
G = 17.38%
B = 43.13%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B851C9 (or 0xB851C9) is known color: Medium Orchid. HEX triplet: B8, 51 and C9. RGB value is (184,81,201). Sum of RGB (Red+Green+Blue) = 184+81+201=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #B851C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851C9 is #47AE36. Grayscale: #7D7D7D. Windows color (decimal): -4697655 or 13193656. OLE color: 13193656.

HSL color Cylindrical-coordinate representation of color #B851C9: hue angle of 291.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B851C9 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 81 201 -
CMYK 0.08 0.60 0 0.21
HSL 291.5º 0.53% 0.55% -
HSV(B) 291.5º 0.6% 0.79% -
XYZ 33.25 20.29 57.42 -
YUV 125.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 184 81 201 0.08 0.60 0 0.21 291.5 0.53 0.55
Hex B8 51 C9 8 3C 0 15 124 35 37
Octal 270 121 311 10 74 0 25 444 65 67
Binary 10111000 1010001 11001001 1000 111100 0 10101 100100100 110101 110111

Color Harmonies of #B851C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851C9

Black with #B851C9

Text Example


Text Example

White with #B851C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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