Html Css Color HEX #B63BDA Medium Orchid

📋 copy color: '#B63BDA'

red 182 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #B63BDA

Tints of Medium Orchid #B63BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 39.65%
G = 12.85%
B = 47.49%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B63BDA (or 0xB63BDA) is known color: Medium Orchid. HEX triplet: B6, 3B and DA. RGB value is (182,59,218). Sum of RGB (Red+Green+Blue) = 182+59+218=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #B63BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BDA is #49C425. Grayscale: #717171. Windows color (decimal): -4834342 or 14302134. OLE color: 14302134.

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

Color convert

RGB 182 59 218 -
CMYK 0.17 0.73 0 0.15
HSL 286.42º 0.68% 0.54% -
HSV(B) 286.42º 0.73% 0.85% -
XYZ 33.51 18.13 68.06 -
YUV 113.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 182 59 218 0.17 0.73 0 0.15 286.42 0.68 0.54
Hex B6 3B DA 11 49 0 F 11E 44 36
Octal 266 73 332 21 111 0 17 436 104 66
Binary 10110110 111011 11011010 10001 1001001 0 1111 100011110 1000100 110110

Color Harmonies of #B63BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BDA

Black with #B63BDA

Text Example


Text Example

White with #B63BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BDA; }

 p { color: rgb(182,59,218); }

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

background-color css

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

 a { background-color: rgb(182,59,218); }

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

border-color css

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

 span { border-color: rgb(182,59,218); }

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