Html Css Color HEX #B461CE Medium Orchid

📋 copy color: '#B461CE'

red 180 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #B461CE

Tints of Medium Orchid #B461CE

RGB

 RED value IS 180 (70.7% from 255) = 37.27%

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 37.27%
G = 20.08%
B = 42.65%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B461CE (or 0xB461CE) is known color: Medium Orchid. HEX triplet: B4, 61 and CE. RGB value is (180,97,206). Sum of RGB (Red+Green+Blue) = 180+97+206=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #B461CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461CE is #4B9E31. Grayscale: #858585. Windows color (decimal): -4955698 or 13525428. OLE color: 13525428.

HSL color Cylindrical-coordinate representation of color #B461CE: hue angle of 285.69º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B461CE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 97 206 -
CMYK 0.13 0.53 0 0.19
HSL 285.69º 0.53% 0.59% -
HSV(B) 285.69º 0.53% 0.81% -
XYZ 34.24 22.71 60.97 -
YUV 134.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 180 97 206 0.13 0.53 0 0.19 285.69 0.53 0.59
Hex B4 61 CE D 35 0 13 11E 35 3B
Octal 264 141 316 15 65 0 23 436 65 73
Binary 10110100 1100001 11001110 1101 110101 0 10011 100011110 110101 111011

Color Harmonies of #B461CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461CE

Black with #B461CE

Text Example


Text Example

White with #B461CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461CE; }

 p { color: rgb(180,97,206); }

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

background-color css

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

 a { background-color: rgb(180,97,206); }

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

border-color css

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

 span { border-color: rgb(180,97,206); }

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