Html Css Color HEX #B243DF Medium Orchid

📋 copy color: '#B243DF'

red 178 ◦ green 67 ◦ blue 223

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

Shades of Medium Orchid #B243DF

Tints of Medium Orchid #B243DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 38.03%
G = 14.32%
B = 47.65%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B243DF (or 0xB243DF) is known color: Medium Orchid. HEX triplet: B2, 43 and DF. RGB value is (178,67,223). Sum of RGB (Red+Green+Blue) = 178+67+223=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #B243DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243DF is #4DBC20. Grayscale: #757575. Windows color (decimal): -5094433 or 14631858. OLE color: 14631858.

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

Color convert

RGB 178 67 223 -
CMYK 0.20 0.70 0 0.13
HSL 282.69º 0.71% 0.57% -
HSV(B) 282.69º 0.7% 0.87% -
XYZ 33.69 18.81 71.67 -
YUV 117.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 178 67 223 0.20 0.70 0 0.13 282.69 0.71 0.57
Hex B2 43 DF 14 46 0 D 11B 47 39
Octal 262 103 337 24 106 0 15 433 107 71
Binary 10110010 1000011 11011111 10100 1000110 0 1101 100011011 1000111 111001

Color Harmonies of #B243DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B243DF

Black with #B243DF

Text Example


Text Example

White with #B243DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B243DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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