Html Css Color HEX #B63CDB Medium Orchid

📋 copy color: '#B63CDB'

red 182 ◦ green 60 ◦ blue 219

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

Shades of Medium Orchid #B63CDB

Tints of Medium Orchid #B63CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.02%

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

R = 39.48%
G = 13.02%
B = 47.51%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B63CDB (or 0xB63CDB) is known color: Medium Orchid. HEX triplet: B6, 3C and DB. RGB value is (182,60,219). Sum of RGB (Red+Green+Blue) = 182+60+219=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #B63CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CDB is #49C324. Grayscale: #727272. Windows color (decimal): -4834085 or 14367926. OLE color: 14367926.

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

Color convert

RGB 182 60 219 -
CMYK 0.17 0.73 0 0.14
HSL 286.04º 0.69% 0.55% -
HSV(B) 286.04º 0.73% 0.86% -
XYZ 33.69 18.29 68.77 -
YUV 114.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 182 60 219 0.17 0.73 0 0.14 286.04 0.69 0.55
Hex B6 3C DB 11 49 0 E 11E 45 37
Octal 266 74 333 21 111 0 16 436 105 67
Binary 10110110 111100 11011011 10001 1001001 0 1110 100011110 1000101 110111

Color Harmonies of #B63CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CDB

Black with #B63CDB

Text Example


Text Example

White with #B63CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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