Html Css Color HEX #B63AEC Medium Orchid

📋 copy color: '#B63AEC'

red 182 ◦ green 58 ◦ blue 236

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

Shades of Medium Orchid #B63AEC

Tints of Medium Orchid #B63AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 38.24%
G = 12.18%
B = 49.58%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B63AEC (or 0xB63AEC) is known color: Medium Orchid. HEX triplet: B6, 3A and EC. RGB value is (182,58,236). Sum of RGB (Red+Green+Blue) = 182+58+236=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #B63AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AEC is #49C513. Grayscale: #727272. Windows color (decimal): -4834580 or 15481526. OLE color: 15481526.

HSL color Cylindrical-coordinate representation of color #B63AEC: hue angle of 281.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63AEC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 58 236 -
CMYK 0.23 0.75 0 0.07
HSL 281.8º 0.82% 0.58% -
HSV(B) 281.8º 0.75% 0.93% -
XYZ 35.94 19.03 81.14 -
YUV 115.37 196.08 175.53 -
System Red Green Blue C M Y K H S L
Decimal 182 58 236 0.23 0.75 0 0.07 281.8 0.82 0.58
Hex B6 3A EC 17 4B 0 7 11A 52 3A
Octal 266 72 354 27 113 0 7 432 122 72
Binary 10110110 111010 11101100 10111 1001011 0 111 100011010 1010010 111010

Color Harmonies of #B63AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AEC

Black with #B63AEC

Text Example


Text Example

White with #B63AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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