Html Css Color HEX #B85AFB Medium Orchid

📋 copy color: '#B85AFB'

red 184 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #B85AFB

Tints of Medium Orchid #B85AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 35.05%
G = 17.14%
B = 47.81%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B85AFB (or 0xB85AFB) is known color: Medium Orchid. HEX triplet: B8, 5A and FB. RGB value is (184,90,251). Sum of RGB (Red+Green+Blue) = 184+90+251=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #B85AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85AFB is #47A504. Grayscale: #878787. Windows color (decimal): -4695301 or 16472760. OLE color: 16472760.

HSL color Cylindrical-coordinate representation of color #B85AFB: hue angle of 275.03º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B85AFB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 90 251 -
CMYK 0.27 0.64 0 0.02
HSL 275.03º 0.95% 0.67% -
HSV(B) 275.03º 0.64% 0.98% -
XYZ 40.84 24.47 93.84 -
YUV 136.46 192.64 161.91 -
System Red Green Blue C M Y K H S L
Decimal 184 90 251 0.27 0.64 0 0.02 275.03 0.95 0.67
Hex B8 5A FB 1B 40 0 2 113 5F 43
Octal 270 132 373 33 100 0 2 423 137 103
Binary 10111000 1011010 11111011 11011 1000000 0 10 100010011 1011111 1000011

Color Harmonies of #B85AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85AFB

Black with #B85AFB

Text Example


Text Example

White with #B85AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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