Html Css Color HEX #B858CD Medium Orchid

📋 copy color: '#B858CD'

red 184 ◦ green 88 ◦ blue 205

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

Shades of Medium Orchid #B858CD

Tints of Medium Orchid #B858CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 38.57%
G = 18.45%
B = 42.98%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B858CD (or 0xB858CD) is known color: Medium Orchid. HEX triplet: B8, 58 and CD. RGB value is (184,88,205). Sum of RGB (Red+Green+Blue) = 184+88+205=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #B858CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858CD is #47A732. Grayscale: #818181. Windows color (decimal): -4695859 or 13457592. OLE color: 13457592.

HSL color Cylindrical-coordinate representation of color #B858CD: hue angle of 289.23º degrees, saturation: 0.54, 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 #B858CD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 88 205 -
CMYK 0.10 0.57 0 0.20
HSL 289.23º 0.54% 0.57% -
HSV(B) 289.23º 0.57% 0.8% -
XYZ 34.28 21.58 60.12 -
YUV 130.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 184 88 205 0.10 0.57 0 0.20 289.23 0.54 0.57
Hex B8 58 CD A 39 0 14 121 36 39
Octal 270 130 315 12 71 0 24 441 66 71
Binary 10111000 1011000 11001101 1010 111001 0 10100 100100001 110110 111001

Color Harmonies of #B858CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858CD

Black with #B858CD

Text Example


Text Example

White with #B858CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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