Html Css Color HEX #B461DE Medium Orchid

📋 copy color: '#B461DE'

red 180 ◦ green 97 ◦ blue 222

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

Shades of Medium Orchid #B461DE

Tints of Medium Orchid #B461DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 36.07%
G = 19.44%
B = 44.49%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B461DE (or 0xB461DE) is known color: Medium Orchid. HEX triplet: B4, 61 and DE. RGB value is (180,97,222). Sum of RGB (Red+Green+Blue) = 180+97+222=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #B461DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461DE is #4B9E21. Grayscale: #878787. Windows color (decimal): -4955682 or 14574004. OLE color: 14574004.

HSL color Cylindrical-coordinate representation of color #B461DE: hue angle of 279.84º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B461DE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 97 222 -
CMYK 0.19 0.56 0 0.13
HSL 279.84º 0.65% 0.63% -
HSV(B) 279.84º 0.56% 0.87% -
XYZ 36.28 23.53 71.74 -
YUV 136.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 180 97 222 0.19 0.56 0 0.13 279.84 0.65 0.63
Hex B4 61 DE 13 38 0 D 118 41 3F
Octal 264 141 336 23 70 0 15 430 101 77
Binary 10110100 1100001 11011110 10011 111000 0 1101 100011000 1000001 111111

Color Harmonies of #B461DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461DE

Black with #B461DE

Text Example


Text Example

White with #B461DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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