Html Css Color HEX #B245DB Medium Orchid

📋 copy color: '#B245DB'

red 178 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #B245DB

Tints of Medium Orchid #B245DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 38.2%
G = 14.81%
B = 47%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B245DB (or 0xB245DB) is known color: Medium Orchid. HEX triplet: B2, 45 and DB. RGB value is (178,69,219). Sum of RGB (Red+Green+Blue) = 178+69+219=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #B245DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245DB is #4DBA24. Grayscale: #767676. Windows color (decimal): -5093925 or 14370226. OLE color: 14370226.

HSL color Cylindrical-coordinate representation of color #B245DB: hue angle of 283.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B245DB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 69 219 -
CMYK 0.19 0.68 0 0.14
HSL 283.6º 0.68% 0.56% -
HSV(B) 283.6º 0.68% 0.86% -
XYZ 33.27 18.84 68.9 -
YUV 118.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 178 69 219 0.19 0.68 0 0.14 283.6 0.68 0.56
Hex B2 45 DB 13 44 0 E 11C 44 38
Octal 262 105 333 23 104 0 16 434 104 70
Binary 10110010 1000101 11011011 10011 1000100 0 1110 100011100 1000100 111000

Color Harmonies of #B245DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245DB

Black with #B245DB

Text Example


Text Example

White with #B245DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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