Html Css Color HEX #B641CC Medium Orchid

📋 copy color: '#B641CC'

red 182 ◦ green 65 ◦ blue 204

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

Shades of Medium Orchid #B641CC

Tints of Medium Orchid #B641CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.41%

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

R = 40.35%
G = 14.41%
B = 45.23%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B641CC (or 0xB641CC) is known color: Medium Orchid. HEX triplet: B6, 41 and CC. RGB value is (182,65,204). Sum of RGB (Red+Green+Blue) = 182+65+204=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #B641CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641CC is #49BE33. Grayscale: #737373. Windows color (decimal): -4832820 or 13386166. OLE color: 13386166.

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

Color convert

RGB 182 65 204 -
CMYK 0.11 0.68 0 0.2
HSL 290.5º 0.58% 0.53% -
HSV(B) 290.5º 0.68% 0.8% -
XYZ 32.08 18.09 58.93 -
YUV 115.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 182 65 204 0.11 0.68 0 0.2 290.5 0.58 0.53
Hex B6 41 CC B 44 0 14 123 3A 35
Octal 266 101 314 13 104 0 24 443 72 65
Binary 10110110 1000001 11001100 1011 1000100 0 10100 100100011 111010 110101

Color Harmonies of #B641CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641CC

Black with #B641CC

Text Example


Text Example

White with #B641CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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