Html Css Color HEX #B85AEC Medium Orchid

📋 copy color: '#B85AEC'

red 184 ◦ green 90 ◦ blue 236

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

Shades of Medium Orchid #B85AEC

Tints of Medium Orchid #B85AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.65%

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

R = 36.08%
G = 17.65%
B = 46.27%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B85AEC (or 0xB85AEC) is known color: Medium Orchid. HEX triplet: B8, 5A and EC. RGB value is (184,90,236). Sum of RGB (Red+Green+Blue) = 184+90+236=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #B85AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85AEC is #47A513. Grayscale: #868686. Windows color (decimal): -4695316 or 15489720. OLE color: 15489720.

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

Color convert

RGB 184 90 236 -
CMYK 0.22 0.62 0 0.07
HSL 278.63º 0.79% 0.64% -
HSV(B) 278.63º 0.62% 0.93% -
XYZ 38.56 23.56 81.87 -
YUV 134.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 184 90 236 0.22 0.62 0 0.07 278.63 0.79 0.64
Hex B8 5A EC 16 3E 0 7 117 4F 40
Octal 270 132 354 26 76 0 7 427 117 100
Binary 10111000 1011010 11101100 10110 111110 0 111 100010111 1001111 1000000

Color Harmonies of #B85AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85AEC

Black with #B85AEC

Text Example


Text Example

White with #B85AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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