Html Css Color HEX #B672DB Medium Orchid

📋 copy color: '#B672DB'

red 182 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #B672DB

Tints of Medium Orchid #B672DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.14%

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

R = 35.34%
G = 22.14%
B = 42.52%

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

#B672DB (or 0xB672DB) is known color: Medium Orchid. HEX triplet: B6, 72 and DB. RGB value is (182,114,219). Sum of RGB (Red+Green+Blue) = 182+114+219=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #B672DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672DB is #498D24. Grayscale: #919191. Windows color (decimal): -4820261 or 14381750. OLE color: 14381750.

HSL color Cylindrical-coordinate representation of color #B672DB: hue angle of 278.86º degrees, saturation: 0.59, 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 #B672DB is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 114 219 -
CMYK 0.17 0.48 0 0.14
HSL 278.86º 0.59% 0.65% -
HSV(B) 278.86º 0.48% 0.86% -
XYZ 38.09 27.09 70.24 -
YUV 146.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 182 114 219 0.17 0.48 0 0.14 278.86 0.59 0.65
Hex B6 72 DB 11 30 0 E 117 3B 41
Octal 266 162 333 21 60 0 16 427 73 101
Binary 10110110 1110010 11011011 10001 110000 0 1110 100010111 111011 1000001

Color Harmonies of #B672DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672DB

Black with #B672DB

Text Example


Text Example

White with #B672DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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