Html Css Color HEX #B455DA Medium Orchid

📋 copy color: '#B455DA'

red 180 ◦ green 85 ◦ blue 218

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

Shades of Medium Orchid #B455DA

Tints of Medium Orchid #B455DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 37.27%
G = 17.6%
B = 45.13%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B455DA (or 0xB455DA) is known color: Medium Orchid. HEX triplet: B4, 55 and DA. RGB value is (180,85,218). Sum of RGB (Red+Green+Blue) = 180+85+218=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #B455DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455DA is #4BAA25. Grayscale: #808080. Windows color (decimal): -4958758 or 14308788. OLE color: 14308788.

HSL color Cylindrical-coordinate representation of color #B455DA: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B455DA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 85 218 -
CMYK 0.17 0.61 0 0.15
HSL 282.86º 0.64% 0.59% -
HSV(B) 282.86º 0.61% 0.85% -
XYZ 34.73 21.26 68.6 -
YUV 128.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 180 85 218 0.17 0.61 0 0.15 282.86 0.64 0.59
Hex B4 55 DA 11 3D 0 F 11B 40 3B
Octal 264 125 332 21 75 0 17 433 100 73
Binary 10110100 1010101 11011010 10001 111101 0 1111 100011011 1000000 111011

Color Harmonies of #B455DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455DA

Black with #B455DA

Text Example


Text Example

White with #B455DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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