Html Css Color HEX #B63EEA Medium Orchid

📋 copy color: '#B63EEA'

red 182 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #B63EEA

Tints of Medium Orchid #B63EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.97%

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 38.08%
G = 12.97%
B = 48.95%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B63EEA (or 0xB63EEA) is known color: Medium Orchid. HEX triplet: B6, 3E and EA. RGB value is (182,62,234). Sum of RGB (Red+Green+Blue) = 182+62+234=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #B63EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EEA is #49C115. Grayscale: #747474. Windows color (decimal): -4833558 or 15351478. OLE color: 15351478.

HSL color Cylindrical-coordinate representation of color #B63EEA: hue angle of 281.86º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63EEA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 62 234 -
CMYK 0.22 0.74 0 0.08
HSL 281.86º 0.8% 0.58% -
HSV(B) 281.86º 0.74% 0.92% -
XYZ 35.87 19.33 79.68 -
YUV 117.49 193.76 174.01 -
System Red Green Blue C M Y K H S L
Decimal 182 62 234 0.22 0.74 0 0.08 281.86 0.8 0.58
Hex B6 3E EA 16 4A 0 8 11A 50 3A
Octal 266 76 352 26 112 0 10 432 120 72
Binary 10110110 111110 11101010 10110 1001010 0 1000 100011010 1010000 111010

Color Harmonies of #B63EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EEA

Black with #B63EEA

Text Example


Text Example

White with #B63EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EEA; }

 p { color: rgb(182,62,234); }

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

background-color css

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

 a { background-color: rgb(182,62,234); }

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

border-color css

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

 span { border-color: rgb(182,62,234); }

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