Html Css Color HEX #B95CE8 Medium Orchid

📋 copy color: '#B95CE8'

red 185 ◦ green 92 ◦ blue 232

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

Shades of Medium Orchid #B95CE8

Tints of Medium Orchid #B95CE8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.07%

 BLUE value IS 232 (91.02% from 255) = 45.58%

R = 36.35%
G = 18.07%
B = 45.58%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B95CE8 (or 0xB95CE8) is known color: Medium Orchid. HEX triplet: B9, 5C and E8. RGB value is (185,92,232). Sum of RGB (Red+Green+Blue) = 185+92+232=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #B95CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95CE8 is #46A317. Grayscale: #878787. Windows color (decimal): -4629272 or 15228089. OLE color: 15228089.

HSL color Cylindrical-coordinate representation of color #B95CE8: hue angle of 279.86º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B95CE8 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 92 232 -
CMYK 0.20 0.60 0 0.09
HSL 279.86º 0.75% 0.64% -
HSV(B) 279.86º 0.6% 0.91% -
XYZ 38.4 23.79 78.91 -
YUV 135.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 185 92 232 0.20 0.60 0 0.09 279.86 0.75 0.64
Hex B9 5C E8 14 3C 0 9 118 4B 40
Octal 271 134 350 24 74 0 11 430 113 100
Binary 10111001 1011100 11101000 10100 111100 0 1001 100011000 1001011 1000000

Color Harmonies of #B95CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CE8

Black with #B95CE8

Text Example


Text Example

White with #B95CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CE8; }

 p { color: rgb(185,92,232); }

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

background-color css

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

 a { background-color: rgb(185,92,232); }

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

border-color css

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

 span { border-color: rgb(185,92,232); }

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