Html Css Color HEX #B858D0 Medium Orchid

📋 copy color: '#B858D0'

red 184 ◦ green 88 ◦ blue 208

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

Shades of Medium Orchid #B858D0

Tints of Medium Orchid #B858D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.33%

R = 38.33%
G = 18.33%
B = 43.33%

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

#B858D0 (or 0xB858D0) is known color: Medium Orchid. HEX triplet: B8, 58 and D0. RGB value is (184,88,208). Sum of RGB (Red+Green+Blue) = 184+88+208=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #B858D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858D0 is #47A72F. Grayscale: #828282. Windows color (decimal): -4695856 or 13654200. OLE color: 13654200.

HSL color Cylindrical-coordinate representation of color #B858D0: hue angle of 288º degrees, saturation: 0.56, 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 #B858D0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 88 208 -
CMYK 0.12 0.58 0 0.18
HSL 288º 0.56% 0.58% -
HSV(B) 288º 0.58% 0.82% -
XYZ 34.64 21.72 62.04 -
YUV 130.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 184 88 208 0.12 0.58 0 0.18 288 0.56 0.58
Hex B8 58 D0 C 3A 0 12 120 38 3A
Octal 270 130 320 14 72 0 22 440 70 72
Binary 10111000 1011000 11010000 1100 111010 0 10010 100100000 111000 111010

Color Harmonies of #B858D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858D0

Black with #B858D0

Text Example


Text Example

White with #B858D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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