Html Css Color HEX #B646CC Medium Orchid

📋 copy color: '#B646CC'

red 182 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #B646CC

Tints of Medium Orchid #B646CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.35%

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

R = 39.91%
G = 15.35%
B = 44.74%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B646CC (or 0xB646CC) is known color: Medium Orchid. HEX triplet: B6, 46 and CC. RGB value is (182,70,204). Sum of RGB (Red+Green+Blue) = 182+70+204=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #B646CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B646CC is #49B933. Grayscale: #767676. Windows color (decimal): -4831540 or 13387446. OLE color: 13387446.

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

Color convert

RGB 182 70 204 -
CMYK 0.11 0.66 0 0.2
HSL 290.15º 0.57% 0.54% -
HSV(B) 290.15º 0.66% 0.8% -
XYZ 32.38 18.69 59.03 -
YUV 118.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 182 70 204 0.11 0.66 0 0.2 290.15 0.57 0.54
Hex B6 46 CC B 42 0 14 122 39 36
Octal 266 106 314 13 102 0 24 442 71 66
Binary 10110110 1000110 11001100 1011 1000010 0 10100 100100010 111001 110110

Color Harmonies of #B646CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B646CC

Black with #B646CC

Text Example


Text Example

White with #B646CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B646CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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