Html Css Color HEX #B63CE4 Medium Orchid

📋 copy color: '#B63CE4'

red 182 ◦ green 60 ◦ blue 228

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

Shades of Medium Orchid #B63CE4

Tints of Medium Orchid #B63CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.51%

R = 38.72%
G = 12.77%
B = 48.51%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B63CE4 (or 0xB63CE4) is known color: Medium Orchid. HEX triplet: B6, 3C and E4. RGB value is (182,60,228). Sum of RGB (Red+Green+Blue) = 182+60+228=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #B63CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CE4 is #49C31B. Grayscale: #737373. Windows color (decimal): -4834076 or 14957750. OLE color: 14957750.

HSL color Cylindrical-coordinate representation of color #B63CE4: hue angle of 283.57º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63CE4 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 60 228 -
CMYK 0.20 0.74 0 0.11
HSL 283.57º 0.76% 0.56% -
HSV(B) 283.57º 0.74% 0.89% -
XYZ 34.91 18.78 75.18 -
YUV 115.63 191.42 175.34 -
System Red Green Blue C M Y K H S L
Decimal 182 60 228 0.20 0.74 0 0.11 283.57 0.76 0.56
Hex B6 3C E4 14 4A 0 B 11C 4C 38
Octal 266 74 344 24 112 0 13 434 114 70
Binary 10110110 111100 11100100 10100 1001010 0 1011 100011100 1001100 111000

Color Harmonies of #B63CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CE4

Black with #B63CE4

Text Example


Text Example

White with #B63CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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