Html Css Color HEX #B647E1 Medium Orchid

📋 copy color: '#B647E1'

red 182 ◦ green 71 ◦ blue 225

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

Shades of Medium Orchid #B647E1

Tints of Medium Orchid #B647E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 38.08%
G = 14.85%
B = 47.07%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B647E1 (or 0xB647E1) is known color: Medium Orchid. HEX triplet: B6, 47 and E1. RGB value is (182,71,225). Sum of RGB (Red+Green+Blue) = 182+71+225=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #B647E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647E1 is #49B81E. Grayscale: #797979. Windows color (decimal): -4831263 or 14763958. OLE color: 14763958.

HSL color Cylindrical-coordinate representation of color #B647E1: hue angle of 283.25º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B647E1 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 71 225 -
CMYK 0.19 0.68 0 0.12
HSL 283.25º 0.72% 0.58% -
HSV(B) 283.25º 0.68% 0.88% -
XYZ 35.14 19.89 73.22 -
YUV 121.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 182 71 225 0.19 0.68 0 0.12 283.25 0.72 0.58
Hex B6 47 E1 13 44 0 C 11B 48 3A
Octal 266 107 341 23 104 0 14 433 110 72
Binary 10110110 1000111 11100001 10011 1000100 0 1100 100011011 1001000 111010

Color Harmonies of #B647E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647E1

Black with #B647E1

Text Example


Text Example

White with #B647E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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