Html Css Color HEX #B661C4 Medium Orchid

📋 copy color: '#B661C4'

red 182 ◦ green 97 ◦ blue 196

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

Shades of Medium Orchid #B661C4

Tints of Medium Orchid #B661C4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.42%

 BLUE value IS 196 (76.95% from 255) = 41.26%

R = 38.32%
G = 20.42%
B = 41.26%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B661C4 (or 0xB661C4) is known color: Medium Orchid. HEX triplet: B6, 61 and C4. RGB value is (182,97,196). Sum of RGB (Red+Green+Blue) = 182+97+196=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #B661C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B661C4 is #499E3B. Grayscale: #858585. Windows color (decimal): -4824636 or 12870070. OLE color: 12870070.

HSL color Cylindrical-coordinate representation of color #B661C4: hue angle of 291.52º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B661C4 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 97 196 -
CMYK 0.07 0.51 0 0.23
HSL 291.52º 0.46% 0.57% -
HSV(B) 291.52º 0.51% 0.77% -
XYZ 33.53 22.48 54.8 -
YUV 133.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 182 97 196 0.07 0.51 0 0.23 291.52 0.46 0.57
Hex B6 61 C4 7 33 0 17 124 2E 39
Octal 266 141 304 7 63 0 27 444 56 71
Binary 10110110 1100001 11000100 111 110011 0 10111 100100100 101110 111001

Color Harmonies of #B661C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B661C4

Black with #B661C4

Text Example


Text Example

White with #B661C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B661C4; }

 p { color: rgb(182,97,196); }

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

background-color css

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

 a { background-color: rgb(182,97,196); }

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

border-color css

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

 span { border-color: rgb(182,97,196); }

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