Html Css Color HEX #B63ADB Medium Orchid

📋 copy color: '#B63ADB'

red 182 ◦ green 58 ◦ blue 219

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

Shades of Medium Orchid #B63ADB

Tints of Medium Orchid #B63ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.64%

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

R = 39.65%
G = 12.64%
B = 47.71%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B63ADB (or 0xB63ADB) is known color: Medium Orchid. HEX triplet: B6, 3A and DB. RGB value is (182,58,219). Sum of RGB (Red+Green+Blue) = 182+58+219=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B63ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ADB is #49C524. Grayscale: #707070. Windows color (decimal): -4834597 or 14367414. OLE color: 14367414.

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

Color convert

RGB 182 58 219 -
CMYK 0.17 0.74 0 0.14
HSL 286.21º 0.69% 0.54% -
HSV(B) 286.21º 0.74% 0.86% -
XYZ 33.59 18.09 68.74 -
YUV 113.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 182 58 219 0.17 0.74 0 0.14 286.21 0.69 0.54
Hex B6 3A DB 11 4A 0 E 11E 45 36
Octal 266 72 333 21 112 0 16 436 105 66
Binary 10110110 111010 11011011 10001 1001010 0 1110 100011110 1000101 110110

Color Harmonies of #B63ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63ADB

Black with #B63ADB

Text Example


Text Example

White with #B63ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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