Html Css Color HEX #B85CE6 Medium Orchid

📋 copy color: '#B85CE6'

red 184 ◦ green 92 ◦ blue 230

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

Shades of Medium Orchid #B85CE6

Tints of Medium Orchid #B85CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.45%

R = 36.36%
G = 18.18%
B = 45.45%

CMYK

 C value IS 0.2

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B85CE6 (or 0xB85CE6) is known color: Medium Orchid. HEX triplet: B8, 5C and E6. RGB value is (184,92,230). Sum of RGB (Red+Green+Blue) = 184+92+230=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #B85CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CE6 is #47A319. Grayscale: #868686. Windows color (decimal): -4694810 or 15097016. OLE color: 15097016.

HSL color Cylindrical-coordinate representation of color #B85CE6: hue angle of 280º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85CE6 is Cyan = 0.2, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 92 230 -
CMYK 0.2 0.60 0 0.10
HSL 280º 0.73% 0.63% -
HSV(B) 280º 0.6% 0.9% -
XYZ 37.88 23.56 77.41 -
YUV 135.24 181.48 162.78 -
System Red Green Blue C M Y K H S L
Decimal 184 92 230 0.2 0.60 0 0.10 280 0.73 0.63
Hex B8 5C E6 14 3C 0 A 118 49 3F
Octal 270 134 346 24 74 0 12 430 111 77
Binary 10111000 1011100 11100110 10100 111100 0 1010 100011000 1001001 111111

Color Harmonies of #B85CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CE6

Black with #B85CE6

Text Example


Text Example

White with #B85CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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