Html Css Color HEX #B461CF Medium Orchid

📋 copy color: '#B461CF'

red 180 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #B461CF

Tints of Medium Orchid #B461CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 37.19%
G = 20.04%
B = 42.77%

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

#B461CF (or 0xB461CF) is known color: Medium Orchid. HEX triplet: B4, 61 and CF. RGB value is (180,97,207). Sum of RGB (Red+Green+Blue) = 180+97+207=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #B461CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461CF is #4B9E30. Grayscale: #868686. Windows color (decimal): -4955697 or 13590964. OLE color: 13590964.

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

Color convert

RGB 180 97 207 -
CMYK 0.13 0.53 0 0.19
HSL 285.27º 0.53% 0.6% -
HSV(B) 285.27º 0.53% 0.81% -
XYZ 34.36 22.76 61.61 -
YUV 134.36 169 160.56 -
System Red Green Blue C M Y K H S L
Decimal 180 97 207 0.13 0.53 0 0.19 285.27 0.53 0.6
Hex B4 61 CF D 35 0 13 11D 35 3C
Octal 264 141 317 15 65 0 23 435 65 74
Binary 10110100 1100001 11001111 1101 110101 0 10011 100011101 110101 111100

Color Harmonies of #B461CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461CF

Black with #B461CF

Text Example


Text Example

White with #B461CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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