Html Css Color HEX #B63EDB Medium Orchid

📋 copy color: '#B63EDB'

red 182 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #B63EDB

Tints of Medium Orchid #B63EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.39%

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 39.31%
G = 13.39%
B = 47.3%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B63EDB (or 0xB63EDB) is known color: Medium Orchid. HEX triplet: B6, 3E and DB. RGB value is (182,62,219). Sum of RGB (Red+Green+Blue) = 182+62+219=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #B63EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EDB is #49C124. Grayscale: #737373. Windows color (decimal): -4833573 or 14368438. OLE color: 14368438.

HSL color Cylindrical-coordinate representation of color #B63EDB: hue angle of 285.86º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63EDB is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 62 219 -
CMYK 0.17 0.72 0 0.14
HSL 285.86º 0.69% 0.55% -
HSV(B) 285.86º 0.72% 0.86% -
XYZ 33.8 18.5 68.81 -
YUV 115.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 182 62 219 0.17 0.72 0 0.14 285.86 0.69 0.55
Hex B6 3E DB 11 48 0 E 11E 45 37
Octal 266 76 333 21 110 0 16 436 105 67
Binary 10110110 111110 11011011 10001 1001000 0 1110 100011110 1000101 110111

Color Harmonies of #B63EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EDB

Black with #B63EDB

Text Example


Text Example

White with #B63EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EDB; }

 p { color: rgb(182,62,219); }

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

background-color css

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

 a { background-color: rgb(182,62,219); }

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

border-color css

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

 span { border-color: rgb(182,62,219); }

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