Html Css Color HEX #B647CC Medium Orchid

📋 copy color: '#B647CC'

red 182 ◦ green 71 ◦ blue 204

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

Shades of Medium Orchid #B647CC

Tints of Medium Orchid #B647CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.54%

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

R = 39.82%
G = 15.54%
B = 44.64%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B647CC (or 0xB647CC) is known color: Medium Orchid. HEX triplet: B6, 47 and CC. RGB value is (182,71,204). Sum of RGB (Red+Green+Blue) = 182+71+204=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #B647CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647CC is #49B833. Grayscale: #767676. Windows color (decimal): -4831284 or 13387702. OLE color: 13387702.

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

Color convert

RGB 182 71 204 -
CMYK 0.11 0.65 0 0.2
HSL 290.08º 0.57% 0.54% -
HSV(B) 290.08º 0.65% 0.8% -
XYZ 32.44 18.81 59.05 -
YUV 119.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 182 71 204 0.11 0.65 0 0.2 290.08 0.57 0.54
Hex B6 47 CC B 41 0 14 122 39 36
Octal 266 107 314 13 101 0 24 442 71 66
Binary 10110110 1000111 11001100 1011 1000001 0 10100 100100010 111001 110110

Color Harmonies of #B647CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647CC

Black with #B647CC

Text Example


Text Example

White with #B647CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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