Html Css Color HEX #B963E8 Medium Orchid

📋 copy color: '#B963E8'

red 185 ◦ green 99 ◦ blue 232

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

Shades of Medium Orchid #B963E8

Tints of Medium Orchid #B963E8

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.19%

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

R = 35.85%
G = 19.19%
B = 44.96%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B963E8 (or 0xB963E8) is known color: Medium Orchid. HEX triplet: B9, 63 and E8. RGB value is (185,99,232). Sum of RGB (Red+Green+Blue) = 185+99+232=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #B963E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B963E8 is #469C17. Grayscale: #8B8B8B. Windows color (decimal): -4627480 or 15229881. OLE color: 15229881.

HSL color Cylindrical-coordinate representation of color #B963E8: hue angle of 278.8º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B963E8 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 99 232 -
CMYK 0.20 0.57 0 0.09
HSL 278.8º 0.74% 0.65% -
HSV(B) 278.8º 0.57% 0.91% -
XYZ 39.03 25.06 79.12 -
YUV 139.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 185 99 232 0.20 0.57 0 0.09 278.8 0.74 0.65
Hex B9 63 E8 14 39 0 9 117 4A 41
Octal 271 143 350 24 71 0 11 427 112 101
Binary 10111001 1100011 11101000 10100 111001 0 1001 100010111 1001010 1000001

Color Harmonies of #B963E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963E8

Black with #B963E8

Text Example


Text Example

White with #B963E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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