Html Css Color HEX #B95AFB Medium Orchid

📋 copy color: '#B95AFB'

red 185 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #B95AFB

Tints of Medium Orchid #B95AFB

RGB

 RED value IS 185 (72.66% from 255) = 35.17%

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

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

R = 35.17%
G = 17.11%
B = 47.72%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B95AFB (or 0xB95AFB) is known color: Medium Orchid. HEX triplet: B9, 5A and FB. RGB value is (185,90,251). Sum of RGB (Red+Green+Blue) = 185+90+251=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #B95AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95AFB is #46A504. Grayscale: #888888. Windows color (decimal): -4629765 or 16472761. OLE color: 16472761.

HSL color Cylindrical-coordinate representation of color #B95AFB: hue angle of 275.4º 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 #B95AFB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 90 251 -
CMYK 0.26 0.64 0 0.02
HSL 275.4º 0.95% 0.67% -
HSV(B) 275.4º 0.64% 0.98% -
XYZ 41.08 24.59 93.85 -
YUV 136.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 185 90 251 0.26 0.64 0 0.02 275.4 0.95 0.67
Hex B9 5A FB 1A 40 0 2 113 5F 43
Octal 271 132 373 32 100 0 2 423 137 103
Binary 10111001 1011010 11111011 11010 1000000 0 10 100010011 1011111 1000011

Color Harmonies of #B95AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95AFB

Black with #B95AFB

Text Example


Text Example

White with #B95AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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