Html Css Color HEX #B85CD9 Medium Orchid

📋 copy color: '#B85CD9'

red 184 ◦ green 92 ◦ blue 217

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

Shades of Medium Orchid #B85CD9

Tints of Medium Orchid #B85CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.02%

R = 37.32%
G = 18.66%
B = 44.02%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B85CD9 (or 0xB85CD9) is known color: Medium Orchid. HEX triplet: B8, 5C and D9. RGB value is (184,92,217). Sum of RGB (Red+Green+Blue) = 184+92+217=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #B85CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CD9 is #47A326. Grayscale: #858585. Windows color (decimal): -4694823 or 14245048. OLE color: 14245048.

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

Color convert

RGB 184 92 217 -
CMYK 0.15 0.58 0 0.15
HSL 284.16º 0.62% 0.61% -
HSV(B) 284.16º 0.58% 0.85% -
XYZ 36.12 22.85 68.15 -
YUV 133.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 184 92 217 0.15 0.58 0 0.15 284.16 0.62 0.61
Hex B8 5C D9 F 3A 0 F 11C 3E 3D
Octal 270 134 331 17 72 0 17 434 76 75
Binary 10111000 1011100 11011001 1111 111010 0 1111 100011100 111110 111101

Color Harmonies of #B85CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CD9

Black with #B85CD9

Text Example


Text Example

White with #B85CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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