Html Css Color HEX #B455DF Medium Orchid

📋 copy color: '#B455DF'

red 180 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #B455DF

Tints of Medium Orchid #B455DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.42%

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 36.89%
G = 17.42%
B = 45.7%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B455DF (or 0xB455DF) is known color: Medium Orchid. HEX triplet: B4, 55 and DF. RGB value is (180,85,223). Sum of RGB (Red+Green+Blue) = 180+85+223=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #B455DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455DF is #4BAA20. Grayscale: #808080. Windows color (decimal): -4958753 or 14636468. OLE color: 14636468.

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

Color convert

RGB 180 85 223 -
CMYK 0.19 0.62 0 0.13
HSL 281.3º 0.68% 0.6% -
HSV(B) 281.3º 0.62% 0.87% -
XYZ 35.39 21.53 72.1 -
YUV 129.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 180 85 223 0.19 0.62 0 0.13 281.3 0.68 0.6
Hex B4 55 DF 13 3E 0 D 119 44 3C
Octal 264 125 337 23 76 0 15 431 104 74
Binary 10110100 1010101 11011111 10011 111110 0 1101 100011001 1000100 111100

Color Harmonies of #B455DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455DF

Black with #B455DF

Text Example


Text Example

White with #B455DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455DF; }

 p { color: rgb(180,85,223); }

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

background-color css

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

 a { background-color: rgb(180,85,223); }

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

border-color css

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

 span { border-color: rgb(180,85,223); }

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