Html Css Color HEX #B95CEA Medium Orchid

📋 copy color: '#B95CEA'

red 185 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #B95CEA

Tints of Medium Orchid #B95CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 36.2%
G = 18%
B = 45.79%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B95CEA (or 0xB95CEA) is known color: Medium Orchid. HEX triplet: B9, 5C and EA. RGB value is (185,92,234). Sum of RGB (Red+Green+Blue) = 185+92+234=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #B95CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95CEA is #46A315. Grayscale: #878787. Windows color (decimal): -4629270 or 15359161. OLE color: 15359161.

HSL color Cylindrical-coordinate representation of color #B95CEA: hue angle of 279.3º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B95CEA is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 92 234 -
CMYK 0.21 0.61 0 0.08
HSL 279.3º 0.77% 0.64% -
HSV(B) 279.3º 0.61% 0.92% -
XYZ 38.69 23.91 80.42 -
YUV 136 183.31 162.95 -
System Red Green Blue C M Y K H S L
Decimal 185 92 234 0.21 0.61 0 0.08 279.3 0.77 0.64
Hex B9 5C EA 15 3D 0 8 117 4D 40
Octal 271 134 352 25 75 0 10 427 115 100
Binary 10111001 1011100 11101010 10101 111101 0 1000 100010111 1001101 1000000

Color Harmonies of #B95CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CEA

Black with #B95CEA

Text Example


Text Example

White with #B95CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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