Html Css Color HEX #B672CD Medium Orchid

📋 copy color: '#B672CD'

red 182 ◦ green 114 ◦ blue 205

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

Shades of Medium Orchid #B672CD

Tints of Medium Orchid #B672CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 36.33%
G = 22.75%
B = 40.92%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B672CD (or 0xB672CD) is known color: Medium Orchid. HEX triplet: B6, 72 and CD. RGB value is (182,114,205). Sum of RGB (Red+Green+Blue) = 182+114+205=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #B672CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672CD is #498D32. Grayscale: #909090. Windows color (decimal): -4820275 or 13464246. OLE color: 13464246.

HSL color Cylindrical-coordinate representation of color #B672CD: hue angle of 284.84º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B672CD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 114 205 -
CMYK 0.11 0.44 0 0.20
HSL 284.84º 0.48% 0.63% -
HSV(B) 284.84º 0.44% 0.8% -
XYZ 36.33 26.39 60.94 -
YUV 144.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 182 114 205 0.11 0.44 0 0.20 284.84 0.48 0.63
Hex B6 72 CD B 2C 0 14 11D 30 3F
Octal 266 162 315 13 54 0 24 435 60 77
Binary 10110110 1110010 11001101 1011 101100 0 10100 100011101 110000 111111

Color Harmonies of #B672CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672CD

Black with #B672CD

Text Example


Text Example

White with #B672CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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