Html Css Color HEX #B675DB Medium Orchid

📋 copy color: '#B675DB'

red 182 ◦ green 117 ◦ blue 219

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

Shades of Medium Orchid #B675DB

Tints of Medium Orchid #B675DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.59%

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

R = 35.14%
G = 22.59%
B = 42.28%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B675DB (or 0xB675DB) is known color: Medium Orchid. HEX triplet: B6, 75 and DB. RGB value is (182,117,219). Sum of RGB (Red+Green+Blue) = 182+117+219=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B675DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675DB is #498A24. Grayscale: #939393. Windows color (decimal): -4819493 or 14382518. OLE color: 14382518.

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

Color convert

RGB 182 117 219 -
CMYK 0.17 0.47 0 0.14
HSL 278.24º 0.59% 0.66% -
HSV(B) 278.24º 0.47% 0.86% -
XYZ 38.44 27.78 70.35 -
YUV 148.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 182 117 219 0.17 0.47 0 0.14 278.24 0.59 0.66
Hex B6 75 DB 11 2F 0 E 116 3B 42
Octal 266 165 333 21 57 0 16 426 73 102
Binary 10110110 1110101 11011011 10001 101111 0 1110 100010110 111011 1000010

Color Harmonies of #B675DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675DB

Black with #B675DB

Text Example


Text Example

White with #B675DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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