Html Css Color HEX #B63BD4 Medium Orchid

📋 copy color: '#B63BD4'

red 182 ◦ green 59 ◦ blue 212

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

Shades of Medium Orchid #B63BD4

Tints of Medium Orchid #B63BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.8%

R = 40.18%
G = 13.02%
B = 46.8%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B63BD4 (or 0xB63BD4) is known color: Medium Orchid. HEX triplet: B6, 3B and D4. RGB value is (182,59,212). Sum of RGB (Red+Green+Blue) = 182+59+212=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #B63BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BD4 is #49C42B. Grayscale: #707070. Windows color (decimal): -4834348 or 13908918. OLE color: 13908918.

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

Color convert

RGB 182 59 212 -
CMYK 0.14 0.72 0 0.17
HSL 288.24º 0.64% 0.53% -
HSV(B) 288.24º 0.72% 0.83% -
XYZ 32.74 17.83 64 -
YUV 113.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 182 59 212 0.14 0.72 0 0.17 288.24 0.64 0.53
Hex B6 3B D4 E 48 0 11 120 40 35
Octal 266 73 324 16 110 0 21 440 100 65
Binary 10110110 111011 11010100 1110 1001000 0 10001 100100000 1000000 110101

Color Harmonies of #B63BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BD4

Black with #B63BD4

Text Example


Text Example

White with #B63BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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