Html Css Color HEX #B851CB Medium Orchid

📋 copy color: '#B851CB'

red 184 ◦ green 81 ◦ blue 203

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

Shades of Medium Orchid #B851CB

Tints of Medium Orchid #B851CB

RGB

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

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

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

R = 39.32%
G = 17.31%
B = 43.38%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B851CB (or 0xB851CB) is known color: Medium Orchid. HEX triplet: B8, 51 and CB. RGB value is (184,81,203). Sum of RGB (Red+Green+Blue) = 184+81+203=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #B851CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851CB is #47AE34. Grayscale: #7D7D7D. Windows color (decimal): -4697653 or 13324728. OLE color: 13324728.

HSL color Cylindrical-coordinate representation of color #B851CB: hue angle of 290.66º 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 #B851CB is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 81 203 -
CMYK 0.09 0.60 0 0.20
HSL 290.66º 0.54% 0.56% -
HSV(B) 290.66º 0.6% 0.8% -
XYZ 33.49 20.39 58.67 -
YUV 125.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 184 81 203 0.09 0.60 0 0.20 290.66 0.54 0.56
Hex B8 51 CB 9 3C 0 14 123 36 38
Octal 270 121 313 11 74 0 24 443 66 70
Binary 10111000 1010001 11001011 1001 111100 0 10100 100100011 110110 111000

Color Harmonies of #B851CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851CB

Black with #B851CB

Text Example


Text Example

White with #B851CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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