Html Css Color HEX #B243DC Medium Orchid

📋 copy color: '#B243DC'

red 178 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #B243DC

Tints of Medium Orchid #B243DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.41%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 38.28%
G = 14.41%
B = 47.31%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B243DC (or 0xB243DC) is known color: Medium Orchid. HEX triplet: B2, 43 and DC. RGB value is (178,67,220). Sum of RGB (Red+Green+Blue) = 178+67+220=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #B243DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243DC is #4DBC23. Grayscale: #757575. Windows color (decimal): -5094436 or 14435250. OLE color: 14435250.

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

Color convert

RGB 178 67 220 -
CMYK 0.19 0.70 0 0.14
HSL 283.53º 0.69% 0.56% -
HSV(B) 283.53º 0.7% 0.86% -
XYZ 33.29 18.65 69.55 -
YUV 117.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 178 67 220 0.19 0.70 0 0.14 283.53 0.69 0.56
Hex B2 43 DC 13 46 0 E 11C 45 38
Octal 262 103 334 23 106 0 16 434 105 70
Binary 10110010 1000011 11011100 10011 1000110 0 1110 100011100 1000101 111000

Color Harmonies of #B243DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B243DC

Black with #B243DC

Text Example


Text Example

White with #B243DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B243DC; }

 p { color: rgb(178,67,220); }

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

background-color css

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

 a { background-color: rgb(178,67,220); }

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

border-color css

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

 span { border-color: rgb(178,67,220); }

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