Html Css Color HEX #B858D2 Medium Orchid

📋 copy color: '#B858D2'

red 184 ◦ green 88 ◦ blue 210

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

Shades of Medium Orchid #B858D2

Tints of Medium Orchid #B858D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 38.17%
G = 18.26%
B = 43.57%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B858D2 (or 0xB858D2) is known color: Medium Orchid. HEX triplet: B8, 58 and D2. RGB value is (184,88,210). Sum of RGB (Red+Green+Blue) = 184+88+210=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #B858D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858D2 is #47A72D. Grayscale: #828282. Windows color (decimal): -4695854 or 13785272. OLE color: 13785272.

HSL color Cylindrical-coordinate representation of color #B858D2: hue angle of 287.21º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B858D2 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 88 210 -
CMYK 0.12 0.58 0 0.18
HSL 287.21º 0.58% 0.58% -
HSV(B) 287.21º 0.58% 0.82% -
XYZ 34.89 21.82 63.35 -
YUV 130.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 184 88 210 0.12 0.58 0 0.18 287.21 0.58 0.58
Hex B8 58 D2 C 3A 0 12 11F 3A 3A
Octal 270 130 322 14 72 0 22 437 72 72
Binary 10111000 1011000 11010010 1100 111010 0 10010 100011111 111010 111010

Color Harmonies of #B858D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858D2

Black with #B858D2

Text Example


Text Example

White with #B858D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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