Html Css Color HEX #B63FDA Medium Orchid

📋 copy color: '#B63FDA'

red 182 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #B63FDA

Tints of Medium Orchid #B63FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.61%

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

R = 39.31%
G = 13.61%
B = 47.08%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B63FDA (or 0xB63FDA) is known color: Medium Orchid. HEX triplet: B6, 3F and DA. RGB value is (182,63,218). Sum of RGB (Red+Green+Blue) = 182+63+218=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #B63FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FDA is #49C025. Grayscale: #737373. Windows color (decimal): -4833318 or 14303158. OLE color: 14303158.

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

Color convert

RGB 182 63 218 -
CMYK 0.17 0.71 0 0.15
HSL 286.06º 0.68% 0.55% -
HSV(B) 286.06º 0.71% 0.85% -
XYZ 33.72 18.56 68.14 -
YUV 116.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 182 63 218 0.17 0.71 0 0.15 286.06 0.68 0.55
Hex B6 3F DA 11 47 0 F 11E 44 37
Octal 266 77 332 21 107 0 17 436 104 67
Binary 10110110 111111 11011010 10001 1000111 0 1111 100011110 1000100 110111

Color Harmonies of #B63FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FDA

Black with #B63FDA

Text Example


Text Example

White with #B63FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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