Html Css Color HEX #B63BCA Medium Orchid

📋 copy color: '#B63BCA'

red 182 ◦ green 59 ◦ blue 202

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

Shades of Medium Orchid #B63BCA

Tints of Medium Orchid #B63BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.32%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 41.08%
G = 13.32%
B = 45.6%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B63BCA (or 0xB63BCA) is known color: Medium Orchid. HEX triplet: B6, 3B and CA. RGB value is (182,59,202). Sum of RGB (Red+Green+Blue) = 182+59+202=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #B63BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BCA is #49C435. Grayscale: #6F6F6F. Windows color (decimal): -4834358 or 13253558. OLE color: 13253558.

HSL color Cylindrical-coordinate representation of color #B63BCA: hue angle of 291.61º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63BCA is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 59 202 -
CMYK 0.10 0.71 0 0.21
HSL 291.61º 0.57% 0.51% -
HSV(B) 291.61º 0.71% 0.79% -
XYZ 31.52 17.34 57.56 -
YUV 112.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 182 59 202 0.10 0.71 0 0.21 291.61 0.57 0.51
Hex B6 3B CA A 47 0 15 124 39 33
Octal 266 73 312 12 107 0 25 444 71 63
Binary 10110110 111011 11001010 1010 1000111 0 10101 100100100 111001 110011

Color Harmonies of #B63BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BCA

Black with #B63BCA

Text Example


Text Example

White with #B63BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BCA; }

 p { color: rgb(182,59,202); }

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

background-color css

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

 a { background-color: rgb(182,59,202); }

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

border-color css

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

 span { border-color: rgb(182,59,202); }

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