Html Css Color HEX #B85AFE Medium Orchid

📋 copy color: '#B85AFE'

red 184 ◦ green 90 ◦ blue 254

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

Shades of Medium Orchid #B85AFE

Tints of Medium Orchid #B85AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 34.85%
G = 17.05%
B = 48.11%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B85AFE (or 0xB85AFE) is known color: Medium Orchid. HEX triplet: B8, 5A and FE. RGB value is (184,90,254). Sum of RGB (Red+Green+Blue) = 184+90+254=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #B85AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85AFE is #47A501. Grayscale: #888888. Windows color (decimal): -4695298 or 16669368. OLE color: 16669368.

HSL color Cylindrical-coordinate representation of color #B85AFE: hue angle of 274.39º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B85AFE is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 90 254 -
CMYK 0.28 0.65 0 0.00
HSL 274.39º 0.99% 0.67% -
HSV(B) 274.39º 0.65% 1% -
XYZ 41.31 24.66 96.35 -
YUV 136.8 194.14 161.66 -
System Red Green Blue C M Y K H S L
Decimal 184 90 254 0.28 0.65 0 0.00 274.39 0.99 0.67
Hex B8 5A FE 1C 41 0 0 112 63 43
Octal 270 132 376 34 101 0 0 422 143 103
Binary 10111000 1011010 11111110 11100 1000001 0 0 100010010 1100011 1000011

Color Harmonies of #B85AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85AFE

Black with #B85AFE

Text Example


Text Example

White with #B85AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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