Html Css Color HEX #B858CB Medium Orchid

📋 copy color: '#B858CB'

red 184 ◦ green 88 ◦ blue 203

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

Shades of Medium Orchid #B858CB

Tints of Medium Orchid #B858CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.53%

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

R = 38.74%
G = 18.53%
B = 42.74%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B858CB (or 0xB858CB) is known color: Medium Orchid. HEX triplet: B8, 58 and CB. RGB value is (184,88,203). Sum of RGB (Red+Green+Blue) = 184+88+203=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #B858CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858CB is #47A734. Grayscale: #818181. Windows color (decimal): -4695861 or 13326520. OLE color: 13326520.

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

Color convert

RGB 184 88 203 -
CMYK 0.09 0.57 0 0.20
HSL 290.09º 0.53% 0.57% -
HSV(B) 290.09º 0.57% 0.8% -
XYZ 34.04 21.48 58.85 -
YUV 129.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 184 88 203 0.09 0.57 0 0.20 290.09 0.53 0.57
Hex B8 58 CB 9 39 0 14 122 35 39
Octal 270 130 313 11 71 0 24 442 65 71
Binary 10111000 1011000 11001011 1001 111001 0 10100 100100010 110101 111001

Color Harmonies of #B858CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858CB

Black with #B858CB

Text Example


Text Example

White with #B858CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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