Html Css Color HEX #B63BCB Medium Orchid

📋 copy color: '#B63BCB'

red 182 ◦ green 59 ◦ blue 203

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

Shades of Medium Orchid #B63BCB

Tints of Medium Orchid #B63BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 40.99%
G = 13.29%
B = 45.72%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B63BCB (or 0xB63BCB) is known color: Medium Orchid. HEX triplet: B6, 3B and CB. RGB value is (182,59,203). Sum of RGB (Red+Green+Blue) = 182+59+203=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #B63BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BCB is #49C434. Grayscale: #6F6F6F. Windows color (decimal): -4834357 or 13319094. OLE color: 13319094.

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

Color convert

RGB 182 59 203 -
CMYK 0.10 0.71 0 0.20
HSL 291.25º 0.58% 0.51% -
HSV(B) 291.25º 0.71% 0.8% -
XYZ 31.63 17.38 58.19 -
YUV 112.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 182 59 203 0.10 0.71 0 0.20 291.25 0.58 0.51
Hex B6 3B CB A 47 0 14 123 3A 33
Octal 266 73 313 12 107 0 24 443 72 63
Binary 10110110 111011 11001011 1010 1000111 0 10100 100100011 111010 110011

Color Harmonies of #B63BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BCB

Black with #B63BCB

Text Example


Text Example

White with #B63BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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