Html Css Color HEX #B63CEC Medium Orchid

📋 copy color: '#B63CEC'

red 182 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #B63CEC

Tints of Medium Orchid #B63CEC

RGB

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

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

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

R = 38.08%
G = 12.55%
B = 49.37%

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

#B63CEC (or 0xB63CEC) is known color: Medium Orchid. HEX triplet: B6, 3C and EC. RGB value is (182,60,236). Sum of RGB (Red+Green+Blue) = 182+60+236=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #B63CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CEC is #49C313. Grayscale: #737373. Windows color (decimal): -4834068 or 15482038. OLE color: 15482038.

HSL color Cylindrical-coordinate representation of color #B63CEC: hue angle of 281.59º 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 #B63CEC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 60 236 -
CMYK 0.23 0.75 0 0.07
HSL 281.59º 0.82% 0.58% -
HSV(B) 281.59º 0.75% 0.93% -
XYZ 36.05 19.23 81.17 -
YUV 116.54 195.42 174.69 -
System Red Green Blue C M Y K H S L
Decimal 182 60 236 0.23 0.75 0 0.07 281.59 0.82 0.58
Hex B6 3C EC 17 4B 0 7 11A 52 3A
Octal 266 74 354 27 113 0 7 432 122 72
Binary 10110110 111100 11101100 10111 1001011 0 111 100011010 1010010 111010

Color Harmonies of #B63CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CEC

Black with #B63CEC

Text Example


Text Example

White with #B63CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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