Html Css Color HEX #B858DE Medium Orchid

📋 copy color: '#B858DE'

red 184 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #B858DE

Tints of Medium Orchid #B858DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 37.25%
G = 17.81%
B = 44.94%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B858DE (or 0xB858DE) is known color: Medium Orchid. HEX triplet: B8, 58 and DE. RGB value is (184,88,222). Sum of RGB (Red+Green+Blue) = 184+88+222=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #B858DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858DE is #47A721. Grayscale: #838383. Windows color (decimal): -4695842 or 14571704. OLE color: 14571704.

HSL color Cylindrical-coordinate representation of color #B858DE: hue angle of 282.99º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B858DE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 88 222 -
CMYK 0.17 0.60 0 0.13
HSL 282.99º 0.67% 0.61% -
HSV(B) 282.99º 0.6% 0.87% -
XYZ 36.44 22.44 71.52 -
YUV 131.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 184 88 222 0.17 0.60 0 0.13 282.99 0.67 0.61
Hex B8 58 DE 11 3C 0 D 11B 43 3D
Octal 270 130 336 21 74 0 15 433 103 75
Binary 10111000 1011000 11011110 10001 111100 0 1101 100011011 1000011 111101

Color Harmonies of #B858DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858DE

Black with #B858DE

Text Example


Text Example

White with #B858DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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