Html Css Color HEX #B95BFB Medium Orchid

📋 copy color: '#B95BFB'

red 185 ◦ green 91 ◦ blue 251

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

Shades of Medium Orchid #B95BFB

Tints of Medium Orchid #B95BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.27%

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

R = 35.1%
G = 17.27%
B = 47.63%

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

#B95BFB (or 0xB95BFB) is known color: Medium Orchid. HEX triplet: B9, 5B and FB. RGB value is (185,91,251). Sum of RGB (Red+Green+Blue) = 185+91+251=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #B95BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95BFB is #46A404. Grayscale: #888888. Windows color (decimal): -4629509 or 16473017. OLE color: 16473017.

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

Color convert

RGB 185 91 251 -
CMYK 0.26 0.64 0 0.02
HSL 275.25º 0.95% 0.67% -
HSV(B) 275.25º 0.64% 0.98% -
XYZ 41.16 24.76 93.88 -
YUV 137.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 185 91 251 0.26 0.64 0 0.02 275.25 0.95 0.67
Hex B9 5B FB 1A 40 0 2 113 5F 43
Octal 271 133 373 32 100 0 2 423 137 103
Binary 10111001 1011011 11111011 11010 1000000 0 10 100010011 1011111 1000011

Color Harmonies of #B95BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BFB

Black with #B95BFB

Text Example


Text Example

White with #B95BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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