Html Css Color HEX #B671DB Medium Orchid

📋 copy color: '#B671DB'

red 182 ◦ green 113 ◦ blue 219

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

Shades of Medium Orchid #B671DB

Tints of Medium Orchid #B671DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.98%

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

R = 35.41%
G = 21.98%
B = 42.61%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B671DB (or 0xB671DB) is known color: Medium Orchid. HEX triplet: B6, 71 and DB. RGB value is (182,113,219). Sum of RGB (Red+Green+Blue) = 182+113+219=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B671DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671DB is #498E24. Grayscale: #919191. Windows color (decimal): -4820517 or 14381494. OLE color: 14381494.

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

Color convert

RGB 182 113 219 -
CMYK 0.17 0.48 0 0.14
HSL 279.06º 0.6% 0.65% -
HSV(B) 279.06º 0.48% 0.86% -
XYZ 37.98 26.87 70.2 -
YUV 145.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 182 113 219 0.17 0.48 0 0.14 279.06 0.6 0.65
Hex B6 71 DB 11 30 0 E 117 3C 41
Octal 266 161 333 21 60 0 16 427 74 101
Binary 10110110 1110001 11011011 10001 110000 0 1110 100010111 111100 1000001

Color Harmonies of #B671DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671DB

Black with #B671DB

Text Example


Text Example

White with #B671DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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