Html Css Color HEX #B85CD8 Medium Orchid

📋 copy color: '#B85CD8'

red 184 ◦ green 92 ◦ blue 216

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

Shades of Medium Orchid #B85CD8

Tints of Medium Orchid #B85CD8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.7%

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 37.4%
G = 18.7%
B = 43.9%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B85CD8 (or 0xB85CD8) is known color: Medium Orchid. HEX triplet: B8, 5C and D8. RGB value is (184,92,216). Sum of RGB (Red+Green+Blue) = 184+92+216=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #B85CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CD8 is #47A327. Grayscale: #858585. Windows color (decimal): -4694824 or 14179512. OLE color: 14179512.

HSL color Cylindrical-coordinate representation of color #B85CD8: hue angle of 284.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85CD8 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 92 216 -
CMYK 0.15 0.57 0 0.15
HSL 284.52º 0.61% 0.6% -
HSV(B) 284.52º 0.57% 0.85% -
XYZ 35.99 22.8 67.47 -
YUV 133.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 184 92 216 0.15 0.57 0 0.15 284.52 0.61 0.6
Hex B8 5C D8 F 39 0 F 11D 3D 3C
Octal 270 134 330 17 71 0 17 435 75 74
Binary 10111000 1011100 11011000 1111 111001 0 1111 100011101 111101 111100

Color Harmonies of #B85CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CD8

Black with #B85CD8

Text Example


Text Example

White with #B85CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CD8; }

 p { color: rgb(184,92,216); }

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

background-color css

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

 a { background-color: rgb(184,92,216); }

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

border-color css

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

 span { border-color: rgb(184,92,216); }

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