Html Css Color HEX #B95DFB Medium Orchid

📋 copy color: '#B95DFB'

red 185 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #B95DFB

Tints of Medium Orchid #B95DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.58%

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

R = 34.97%
G = 17.58%
B = 47.45%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B95DFB (or 0xB95DFB) is known color: Medium Orchid. HEX triplet: B9, 5D and FB. RGB value is (185,93,251). Sum of RGB (Red+Green+Blue) = 185+93+251=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #B95DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95DFB is #46A204. Grayscale: #898989. Windows color (decimal): -4628997 or 16473529. OLE color: 16473529.

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

Color convert

RGB 185 93 251 -
CMYK 0.26 0.63 0 0.02
HSL 274.94º 0.95% 0.67% -
HSV(B) 274.94º 0.63% 0.98% -
XYZ 41.33 25.11 93.93 -
YUV 138.52 191.48 161.15 -
System Red Green Blue C M Y K H S L
Decimal 185 93 251 0.26 0.63 0 0.02 274.94 0.95 0.67
Hex B9 5D FB 1A 3F 0 2 113 5F 43
Octal 271 135 373 32 77 0 2 423 137 103
Binary 10111001 1011101 11111011 11010 111111 0 10 100010011 1011111 1000011

Color Harmonies of #B95DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DFB

Black with #B95DFB

Text Example


Text Example

White with #B95DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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