Html Css Color HEX #B672DF Medium Orchid

📋 copy color: '#B672DF'

red 182 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #B672DF

Tints of Medium Orchid #B672DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 35.07%
G = 21.97%
B = 42.97%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B672DF (or 0xB672DF) is known color: Medium Orchid. HEX triplet: B6, 72 and DF. RGB value is (182,114,223). Sum of RGB (Red+Green+Blue) = 182+114+223=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #B672DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672DF is #498D20. Grayscale: #929292. Windows color (decimal): -4820257 or 14643894. OLE color: 14643894.

HSL color Cylindrical-coordinate representation of color #B672DF: hue angle of 277.43º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B672DF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 114 223 -
CMYK 0.18 0.49 0 0.13
HSL 277.43º 0.63% 0.66% -
HSV(B) 277.43º 0.49% 0.87% -
XYZ 38.63 27.31 73.05 -
YUV 146.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 182 114 223 0.18 0.49 0 0.13 277.43 0.63 0.66
Hex B6 72 DF 12 31 0 D 115 3F 42
Octal 266 162 337 22 61 0 15 425 77 102
Binary 10110110 1110010 11011111 10010 110001 0 1101 100010101 111111 1000010

Color Harmonies of #B672DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672DF

Black with #B672DF

Text Example


Text Example

White with #B672DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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