Html Css Color HEX #B846CB Medium Orchid

📋 copy color: '#B846CB'

red 184 ◦ green 70 ◦ blue 203

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

Shades of Medium Orchid #B846CB

Tints of Medium Orchid #B846CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.32%

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

R = 40.26%
G = 15.32%
B = 44.42%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B846CB (or 0xB846CB) is known color: Medium Orchid. HEX triplet: B8, 46 and CB. RGB value is (184,70,203). Sum of RGB (Red+Green+Blue) = 184+70+203=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #B846CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846CB is #47B934. Grayscale: #767676. Windows color (decimal): -4700469 or 13321912. OLE color: 13321912.

HSL color Cylindrical-coordinate representation of color #B846CB: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B846CB is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 70 203 -
CMYK 0.09 0.66 0 0.20
HSL 291.43º 0.56% 0.54% -
HSV(B) 291.43º 0.66% 0.8% -
XYZ 32.74 18.88 58.42 -
YUV 119.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 184 70 203 0.09 0.66 0 0.20 291.43 0.56 0.54
Hex B8 46 CB 9 42 0 14 123 38 36
Octal 270 106 313 11 102 0 24 443 70 66
Binary 10111000 1000110 11001011 1001 1000010 0 10100 100100011 111000 110110

Color Harmonies of #B846CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846CB

Black with #B846CB

Text Example


Text Example

White with #B846CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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