Html Css Color HEX #B63FEA Medium Orchid

📋 copy color: '#B63FEA'

red 182 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #B63FEA

Tints of Medium Orchid #B63FEA

RGB

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

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

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

R = 38%
G = 13.15%
B = 48.85%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B63FEA (or 0xB63FEA) is known color: Medium Orchid. HEX triplet: B6, 3F and EA. RGB value is (182,63,234). Sum of RGB (Red+Green+Blue) = 182+63+234=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #B63FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FEA is #49C015. Grayscale: #757575. Windows color (decimal): -4833302 or 15351734. OLE color: 15351734.

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

Color convert

RGB 182 63 234 -
CMYK 0.22 0.73 0 0.08
HSL 281.75º 0.8% 0.58% -
HSV(B) 281.75º 0.73% 0.92% -
XYZ 35.92 19.44 79.7 -
YUV 118.08 193.42 173.6 -
System Red Green Blue C M Y K H S L
Decimal 182 63 234 0.22 0.73 0 0.08 281.75 0.8 0.58
Hex B6 3F EA 16 49 0 8 11A 50 3A
Octal 266 77 352 26 111 0 10 432 120 72
Binary 10110110 111111 11101010 10110 1001001 0 1000 100011010 1010000 111010

Color Harmonies of #B63FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FEA

Black with #B63FEA

Text Example


Text Example

White with #B63FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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