Html Css Color HEX #B245DA Medium Orchid

📋 copy color: '#B245DA'

red 178 ◦ green 69 ◦ blue 218

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

Shades of Medium Orchid #B245DA

Tints of Medium Orchid #B245DA

RGB

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

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

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

R = 38.28%
G = 14.84%
B = 46.88%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B245DA (or 0xB245DA) is known color: Medium Orchid. HEX triplet: B2, 45 and DA. RGB value is (178,69,218). Sum of RGB (Red+Green+Blue) = 178+69+218=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #B245DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245DA is #4DBA25. Grayscale: #767676. Windows color (decimal): -5093926 or 14304690. OLE color: 14304690.

HSL color Cylindrical-coordinate representation of color #B245DA: hue angle of 283.89º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B245DA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 69 218 -
CMYK 0.18 0.68 0 0.15
HSL 283.89º 0.67% 0.56% -
HSV(B) 283.89º 0.68% 0.85% -
XYZ 33.14 18.78 68.21 -
YUV 118.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 178 69 218 0.18 0.68 0 0.15 283.89 0.67 0.56
Hex B2 45 DA 12 44 0 F 11C 43 38
Octal 262 105 332 22 104 0 17 434 103 70
Binary 10110010 1000101 11011010 10010 1000100 0 1111 100011100 1000011 111000

Color Harmonies of #B245DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245DA

Black with #B245DA

Text Example


Text Example

White with #B245DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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