Html Css Color HEX #B858DF Medium Orchid

📋 copy color: '#B858DF'

red 184 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #B858DF

Tints of Medium Orchid #B858DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 37.17%
G = 17.78%
B = 45.05%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B858DF (or 0xB858DF) is known color: Medium Orchid. HEX triplet: B8, 58 and DF. RGB value is (184,88,223). Sum of RGB (Red+Green+Blue) = 184+88+223=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #B858DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858DF is #47A720. Grayscale: #838383. Windows color (decimal): -4695841 or 14637240. OLE color: 14637240.

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

Color convert

RGB 184 88 223 -
CMYK 0.17 0.61 0 0.13
HSL 282.67º 0.68% 0.61% -
HSV(B) 282.67º 0.61% 0.87% -
XYZ 36.58 22.5 72.23 -
YUV 132.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 184 88 223 0.17 0.61 0 0.13 282.67 0.68 0.61
Hex B8 58 DF 11 3D 0 D 11B 44 3D
Octal 270 130 337 21 75 0 15 433 104 75
Binary 10111000 1011000 11011111 10001 111101 0 1101 100011011 1000100 111101

Color Harmonies of #B858DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858DF

Black with #B858DF

Text Example


Text Example

White with #B858DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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