Html Css Color HEX #B672D6 Medium Orchid

📋 copy color: '#B672D6'

red 182 ◦ green 114 ◦ blue 214

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

Shades of Medium Orchid #B672D6

Tints of Medium Orchid #B672D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.96%

R = 35.69%
G = 22.35%
B = 41.96%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B672D6 (or 0xB672D6) is known color: Medium Orchid. HEX triplet: B6, 72 and D6. RGB value is (182,114,214). Sum of RGB (Red+Green+Blue) = 182+114+214=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #B672D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672D6 is #498D29. Grayscale: #919191. Windows color (decimal): -4820266 or 14054070. OLE color: 14054070.

HSL color Cylindrical-coordinate representation of color #B672D6: hue angle of 280.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B672D6 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 114 214 -
CMYK 0.15 0.47 0 0.16
HSL 280.8º 0.55% 0.64% -
HSV(B) 280.8º 0.47% 0.84% -
XYZ 37.45 26.83 66.82 -
YUV 145.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 182 114 214 0.15 0.47 0 0.16 280.8 0.55 0.64
Hex B6 72 D6 F 2F 0 10 119 37 40
Octal 266 162 326 17 57 0 20 431 67 100
Binary 10110110 1110010 11010110 1111 101111 0 10000 100011001 110111 1000000

Color Harmonies of #B672D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672D6

Black with #B672D6

Text Example


Text Example

White with #B672D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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