Html Css Color HEX #B95BED Medium Orchid

📋 copy color: '#B95BED'

red 185 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #B95BED

Tints of Medium Orchid #B95BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.2%

R = 36.06%
G = 17.74%
B = 46.2%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B95BED (or 0xB95BED) is known color: Medium Orchid. HEX triplet: B9, 5B and ED. RGB value is (185,91,237). Sum of RGB (Red+Green+Blue) = 185+91+237=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #B95BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95BED is #46A412. Grayscale: #878787. Windows color (decimal): -4629523 or 15555513. OLE color: 15555513.

HSL color Cylindrical-coordinate representation of color #B95BED: hue angle of 278.63º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B95BED is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 91 237 -
CMYK 0.22 0.62 0 0.07
HSL 278.63º 0.8% 0.64% -
HSV(B) 278.63º 0.62% 0.93% -
XYZ 39.03 23.91 82.68 -
YUV 135.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 185 91 237 0.22 0.62 0 0.07 278.63 0.8 0.64
Hex B9 5B ED 16 3E 0 7 117 50 40
Octal 271 133 355 26 76 0 7 427 120 100
Binary 10111001 1011011 11101101 10110 111110 0 111 100010111 1010000 1000000

Color Harmonies of #B95BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BED

Black with #B95BED

Text Example


Text Example

White with #B95BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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