Html Css Color HEX #B672C9 Medium Orchid

📋 copy color: '#B672C9'

red 182 ◦ green 114 ◦ blue 201

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

Shades of Medium Orchid #B672C9

Tints of Medium Orchid #B672C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 36.62%
G = 22.94%
B = 40.44%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B672C9 (or 0xB672C9) is known color: Medium Orchid. HEX triplet: B6, 72 and C9. RGB value is (182,114,201). Sum of RGB (Red+Green+Blue) = 182+114+201=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #B672C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672C9 is #498D36. Grayscale: #8F8F8F. Windows color (decimal): -4820279 or 13202102. OLE color: 13202102.

HSL color Cylindrical-coordinate representation of color #B672C9: hue angle of 286.9º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B672C9 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 114 201 -
CMYK 0.09 0.43 0 0.21
HSL 286.9º 0.45% 0.62% -
HSV(B) 286.9º 0.43% 0.79% -
XYZ 35.85 26.2 58.43 -
YUV 144.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 182 114 201 0.09 0.43 0 0.21 286.9 0.45 0.62
Hex B6 72 C9 9 2B 0 15 11F 2D 3E
Octal 266 162 311 11 53 0 25 437 55 76
Binary 10110110 1110010 11001001 1001 101011 0 10101 100011111 101101 111110

Color Harmonies of #B672C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672C9

Black with #B672C9

Text Example


Text Example

White with #B672C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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