Html Css Color HEX #B840CB Medium Orchid

📋 copy color: '#B840CB'

red 184 ◦ green 64 ◦ blue 203

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

Shades of Medium Orchid #B840CB

Tints of Medium Orchid #B840CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.19%

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

R = 40.8%
G = 14.19%
B = 45.01%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B840CB (or 0xB840CB) is known color: Medium Orchid. HEX triplet: B8, 40 and CB. RGB value is (184,64,203). Sum of RGB (Red+Green+Blue) = 184+64+203=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #B840CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840CB is #47BF34. Grayscale: #737373. Windows color (decimal): -4702005 or 13320376. OLE color: 13320376.

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

Color convert

RGB 184 64 203 -
CMYK 0.09 0.68 0 0.20
HSL 291.8º 0.57% 0.52% -
HSV(B) 291.8º 0.68% 0.8% -
XYZ 32.38 18.17 58.3 -
YUV 115.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 184 64 203 0.09 0.68 0 0.20 291.8 0.57 0.52
Hex B8 40 CB 9 44 0 14 124 39 34
Octal 270 100 313 11 104 0 24 444 71 64
Binary 10111000 1000000 11001011 1001 1000100 0 10100 100100100 111001 110100

Color Harmonies of #B840CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840CB

Black with #B840CB

Text Example


Text Example

White with #B840CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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