Html Css Color HEX #B645DB Medium Orchid

📋 copy color: '#B645DB'

red 182 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #B645DB

Tints of Medium Orchid #B645DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 38.72%
G = 14.68%
B = 46.6%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B645DB (or 0xB645DB) is known color: Medium Orchid. HEX triplet: B6, 45 and DB. RGB value is (182,69,219). Sum of RGB (Red+Green+Blue) = 182+69+219=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #B645DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B645DB is #49BA24. Grayscale: #777777. Windows color (decimal): -4831781 or 14370230. OLE color: 14370230.

HSL color Cylindrical-coordinate representation of color #B645DB: hue angle of 285.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B645DB is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 69 219 -
CMYK 0.17 0.68 0 0.14
HSL 285.2º 0.68% 0.56% -
HSV(B) 285.2º 0.68% 0.86% -
XYZ 34.21 19.32 68.94 -
YUV 119.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 182 69 219 0.17 0.68 0 0.14 285.2 0.68 0.56
Hex B6 45 DB 11 44 0 E 11D 44 38
Octal 266 105 333 21 104 0 16 435 104 70
Binary 10110110 1000101 11011011 10001 1000100 0 1110 100011101 1000100 111000

Color Harmonies of #B645DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645DB

Black with #B645DB

Text Example


Text Example

White with #B645DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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