Html Css Color HEX #B63DD8 Medium Orchid

📋 copy color: '#B63DD8'

red 182 ◦ green 61 ◦ blue 216

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

Shades of Medium Orchid #B63DD8

Tints of Medium Orchid #B63DD8

RGB

 RED value IS 182 (71.48% from 255) = 39.65%

 GREEN value IS 61 (24.22% from 255) = 13.29%

 BLUE value IS 216 (84.77% from 255) = 47.06%

R = 39.65%
G = 13.29%
B = 47.06%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B63DD8 (or 0xB63DD8) is known color: Medium Orchid. HEX triplet: B6, 3D and D8. RGB value is (182,61,216). Sum of RGB (Red+Green+Blue) = 182+61+216=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #B63DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DD8 is #49C227. Grayscale: #727272. Windows color (decimal): -4833832 or 14171574. OLE color: 14171574.

HSL color Cylindrical-coordinate representation of color #B63DD8: hue angle of 286.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63DD8 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 61 216 -
CMYK 0.16 0.72 0 0.15
HSL 286.84º 0.67% 0.54% -
HSV(B) 286.84º 0.72% 0.85% -
XYZ 33.35 18.24 66.73 -
YUV 114.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 182 61 216 0.16 0.72 0 0.15 286.84 0.67 0.54
Hex B6 3D D8 10 48 0 F 11F 43 36
Octal 266 75 330 20 110 0 17 437 103 66
Binary 10110110 111101 11011000 10000 1001000 0 1111 100011111 1000011 110110

Color Harmonies of #B63DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DD8

Black with #B63DD8

Text Example


Text Example

White with #B63DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DD8; }

 p { color: rgb(182,61,216); }

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

background-color css

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

 a { background-color: rgb(182,61,216); }

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

border-color css

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

 span { border-color: rgb(182,61,216); }

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