Html Css Color HEX #B245DD Medium Orchid

📋 copy color: '#B245DD'

red 178 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #B245DD

Tints of Medium Orchid #B245DD

RGB

 RED value IS 178 (69.92% from 255) = 38.03%

 GREEN value IS 69 (27.34% from 255) = 14.74%

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 38.03%
G = 14.74%
B = 47.22%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B245DD (or 0xB245DD) is known color: Medium Orchid. HEX triplet: B2, 45 and DD. RGB value is (178,69,221). Sum of RGB (Red+Green+Blue) = 178+69+221=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #B245DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245DD is #4DBA22. Grayscale: #767676. Windows color (decimal): -5093923 or 14501298. OLE color: 14501298.

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

Color convert

RGB 178 69 221 -
CMYK 0.19 0.69 0 0.13
HSL 283.03º 0.69% 0.57% -
HSV(B) 283.03º 0.69% 0.87% -
XYZ 33.54 18.94 70.3 -
YUV 118.92 185.61 170.14 -
System Red Green Blue C M Y K H S L
Decimal 178 69 221 0.19 0.69 0 0.13 283.03 0.69 0.57
Hex B2 45 DD 13 45 0 D 11B 45 39
Octal 262 105 335 23 105 0 15 433 105 71
Binary 10110010 1000101 11011101 10011 1000101 0 1101 100011011 1000101 111001

Color Harmonies of #B245DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245DD

Black with #B245DD

Text Example


Text Example

White with #B245DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245DD; }

 p { color: rgb(178,69,221); }

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

background-color css

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

 a { background-color: rgb(178,69,221); }

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

border-color css

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

 span { border-color: rgb(178,69,221); }

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