Html Css Color HEX #B455DE Medium Orchid

📋 copy color: '#B455DE'

red 180 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #B455DE

Tints of Medium Orchid #B455DE

RGB

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

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

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

R = 36.96%
G = 17.45%
B = 45.59%

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

#B455DE (or 0xB455DE) is known color: Medium Orchid. HEX triplet: B4, 55 and DE. RGB value is (180,85,222). Sum of RGB (Red+Green+Blue) = 180+85+222=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #B455DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455DE is #4BAA21. Grayscale: #808080. Windows color (decimal): -4958754 or 14570932. OLE color: 14570932.

HSL color Cylindrical-coordinate representation of color #B455DE: hue angle of 281.61º degrees, saturation: 0.67, 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 #B455DE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 85 222 -
CMYK 0.19 0.62 0 0.13
HSL 281.61º 0.67% 0.6% -
HSV(B) 281.61º 0.62% 0.87% -
XYZ 35.26 21.47 71.39 -
YUV 129.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 180 85 222 0.19 0.62 0 0.13 281.61 0.67 0.6
Hex B4 55 DE 13 3E 0 D 11A 43 3C
Octal 264 125 336 23 76 0 15 432 103 74
Binary 10110100 1010101 11011110 10011 111110 0 1101 100011010 1000011 111100

Color Harmonies of #B455DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455DE

Black with #B455DE

Text Example


Text Example

White with #B455DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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