Html Css Color HEX #B85AEF Medium Orchid

📋 copy color: '#B85AEF'

red 184 ◦ green 90 ◦ blue 239

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

Shades of Medium Orchid #B85AEF

Tints of Medium Orchid #B85AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 35.87%
G = 17.54%
B = 46.59%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B85AEF (or 0xB85AEF) is known color: Medium Orchid. HEX triplet: B8, 5A and EF. RGB value is (184,90,239). Sum of RGB (Red+Green+Blue) = 184+90+239=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #B85AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85AEF is #47A510. Grayscale: #868686. Windows color (decimal): -4695313 or 15686328. OLE color: 15686328.

HSL color Cylindrical-coordinate representation of color #B85AEF: hue angle of 277.85º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85AEF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 90 239 -
CMYK 0.23 0.62 0 0.06
HSL 277.85º 0.82% 0.65% -
HSV(B) 277.85º 0.62% 0.94% -
XYZ 39 23.73 84.19 -
YUV 135.09 186.64 162.88 -
System Red Green Blue C M Y K H S L
Decimal 184 90 239 0.23 0.62 0 0.06 277.85 0.82 0.65
Hex B8 5A EF 17 3E 0 6 116 52 41
Octal 270 132 357 27 76 0 6 426 122 101
Binary 10111000 1011010 11101111 10111 111110 0 110 100010110 1010010 1000001

Color Harmonies of #B85AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85AEF

Black with #B85AEF

Text Example


Text Example

White with #B85AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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