Html Css Color HEX #B63CEA Medium Orchid

📋 copy color: '#B63CEA'

red 182 ◦ green 60 ◦ blue 234

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

Shades of Medium Orchid #B63CEA

Tints of Medium Orchid #B63CEA

RGB

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

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

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

R = 38.24%
G = 12.61%
B = 49.16%

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

#B63CEA (or 0xB63CEA) is known color: Medium Orchid. HEX triplet: B6, 3C and EA. RGB value is (182,60,234). Sum of RGB (Red+Green+Blue) = 182+60+234=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #B63CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CEA is #49C315. Grayscale: #737373. Windows color (decimal): -4834070 or 15350966. OLE color: 15350966.

HSL color Cylindrical-coordinate representation of color #B63CEA: hue angle of 282.07º degrees, saturation: 0.81, 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 #B63CEA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 60 234 -
CMYK 0.22 0.74 0 0.08
HSL 282.07º 0.81% 0.58% -
HSV(B) 282.07º 0.74% 0.92% -
XYZ 35.76 19.12 79.65 -
YUV 116.31 194.42 174.85 -
System Red Green Blue C M Y K H S L
Decimal 182 60 234 0.22 0.74 0 0.08 282.07 0.81 0.58
Hex B6 3C EA 16 4A 0 8 11A 51 3A
Octal 266 74 352 26 112 0 10 432 121 72
Binary 10110110 111100 11101010 10110 1001010 0 1000 100011010 1010001 111010

Color Harmonies of #B63CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CEA

Black with #B63CEA

Text Example


Text Example

White with #B63CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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