Html Css Color HEX #B95FE2 Medium Orchid

📋 copy color: '#B95FE2'

red 185 ◦ green 95 ◦ blue 226

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

Shades of Medium Orchid #B95FE2

Tints of Medium Orchid #B95FE2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.77%

 BLUE value IS 226 (88.67% from 255) = 44.66%

R = 36.56%
G = 18.77%
B = 44.66%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B95FE2 (or 0xB95FE2) is known color: Medium Orchid. HEX triplet: B9, 5F and E2. RGB value is (185,95,226). Sum of RGB (Red+Green+Blue) = 185+95+226=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #B95FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FE2 is #46A01D. Grayscale: #888888. Windows color (decimal): -4628510 or 14835641. OLE color: 14835641.

HSL color Cylindrical-coordinate representation of color #B95FE2: hue angle of 281.22º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B95FE2 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 95 226 -
CMYK 0.18 0.58 0 0.11
HSL 281.22º 0.69% 0.63% -
HSV(B) 281.22º 0.58% 0.89% -
XYZ 37.83 23.99 74.59 -
YUV 136.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 185 95 226 0.18 0.58 0 0.11 281.22 0.69 0.63
Hex B9 5F E2 12 3A 0 B 119 45 3F
Octal 271 137 342 22 72 0 13 431 105 77
Binary 10111001 1011111 11100010 10010 111010 0 1011 100011001 1000101 111111

Color Harmonies of #B95FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95FE2

Black with #B95FE2

Text Example


Text Example

White with #B95FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95FE2; }

 p { color: rgb(185,95,226); }

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

background-color css

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

 a { background-color: rgb(185,95,226); }

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

border-color css

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

 span { border-color: rgb(185,95,226); }

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