Html Css Color HEX #B85CEC Medium Orchid

📋 copy color: '#B85CEC'

red 184 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #B85CEC

Tints of Medium Orchid #B85CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 35.94%
G = 17.97%
B = 46.09%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B85CEC (or 0xB85CEC) is known color: Medium Orchid. HEX triplet: B8, 5C and EC. RGB value is (184,92,236). Sum of RGB (Red+Green+Blue) = 184+92+236=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #B85CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CEC is #47A313. Grayscale: #878787. Windows color (decimal): -4694804 or 15490232. OLE color: 15490232.

HSL color Cylindrical-coordinate representation of color #B85CEC: hue angle of 278.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85CEC is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 92 236 -
CMYK 0.22 0.61 0 0.07
HSL 278.33º 0.79% 0.64% -
HSV(B) 278.33º 0.61% 0.93% -
XYZ 38.73 23.9 81.93 -
YUV 135.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 184 92 236 0.22 0.61 0 0.07 278.33 0.79 0.64
Hex B8 5C EC 16 3D 0 7 116 4F 40
Octal 270 134 354 26 75 0 7 426 117 100
Binary 10111000 1011100 11101100 10110 111101 0 111 100010110 1001111 1000000

Color Harmonies of #B85CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CEC

Black with #B85CEC

Text Example


Text Example

White with #B85CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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