Html Css Color HEX #B63BCC Medium Orchid

📋 copy color: '#B63BCC'

red 182 ◦ green 59 ◦ blue 204

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

Shades of Medium Orchid #B63BCC

Tints of Medium Orchid #B63BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 40.9%
G = 13.26%
B = 45.84%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B63BCC (or 0xB63BCC) is known color: Medium Orchid. HEX triplet: B6, 3B and CC. RGB value is (182,59,204). Sum of RGB (Red+Green+Blue) = 182+59+204=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #B63BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BCC is #49C433. Grayscale: #6F6F6F. Windows color (decimal): -4834356 or 13384630. OLE color: 13384630.

HSL color Cylindrical-coordinate representation of color #B63BCC: hue angle of 290.9º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63BCC is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 59 204 -
CMYK 0.11 0.71 0 0.2
HSL 290.9º 0.59% 0.52% -
HSV(B) 290.9º 0.71% 0.8% -
XYZ 31.75 17.43 58.82 -
YUV 112.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 182 59 204 0.11 0.71 0 0.2 290.9 0.59 0.52
Hex B6 3B CC B 47 0 14 123 3B 34
Octal 266 73 314 13 107 0 24 443 73 64
Binary 10110110 111011 11001100 1011 1000111 0 10100 100100011 111011 110100

Color Harmonies of #B63BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BCC

Black with #B63BCC

Text Example


Text Example

White with #B63BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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