Html Css Color HEX #B645E6 Medium Orchid

📋 copy color: '#B645E6'

red 182 ◦ green 69 ◦ blue 230

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

Shades of Medium Orchid #B645E6

Tints of Medium Orchid #B645E6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.35%

 BLUE value IS 230 (90.23% from 255) = 47.82%

R = 37.84%
G = 14.35%
B = 47.82%

CMYK

 C value IS 0.21

 M value IS 0.7

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B645E6 (or 0xB645E6) is known color: Medium Orchid. HEX triplet: B6, 45 and E6. RGB value is (182,69,230). Sum of RGB (Red+Green+Blue) = 182+69+230=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #B645E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645E6 is #49BA19. Grayscale: #787878. Windows color (decimal): -4831770 or 15091126. OLE color: 15091126.

HSL color Cylindrical-coordinate representation of color #B645E6: hue angle of 282.11º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B645E6 is Cyan = 0.21, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 69 230 -
CMYK 0.21 0.7 0 0.10
HSL 282.11º 0.76% 0.59% -
HSV(B) 282.11º 0.7% 0.9% -
XYZ 35.7 19.91 76.83 -
YUV 121.14 189.44 171.41 -
System Red Green Blue C M Y K H S L
Decimal 182 69 230 0.21 0.7 0 0.10 282.11 0.76 0.59
Hex B6 45 E6 15 46 0 A 11A 4C 3B
Octal 266 105 346 25 106 0 12 432 114 73
Binary 10110110 1000101 11100110 10101 1000110 0 1010 100011010 1001100 111011

Color Harmonies of #B645E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645E6

Black with #B645E6

Text Example


Text Example

White with #B645E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645E6; }

 p { color: rgb(182,69,230); }

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

background-color css

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

 a { background-color: rgb(182,69,230); }

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

border-color css

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

 span { border-color: rgb(182,69,230); }

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