Html Css Color HEX #B23EDC Medium Orchid

📋 copy color: '#B23EDC'

red 178 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #B23EDC

Tints of Medium Orchid #B23EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.48%

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

R = 38.7%
G = 13.48%
B = 47.83%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B23EDC (or 0xB23EDC) is known color: Medium Orchid. HEX triplet: B2, 3E and DC. RGB value is (178,62,220). Sum of RGB (Red+Green+Blue) = 178+62+220=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B23EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23EDC is #4DC123. Grayscale: #727272. Windows color (decimal): -5095716 or 14433970. OLE color: 14433970.

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

Color convert

RGB 178 62 220 -
CMYK 0.19 0.72 0 0.14
HSL 284.05º 0.69% 0.55% -
HSV(B) 284.05º 0.72% 0.86% -
XYZ 33 18.08 69.46 -
YUV 114.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 178 62 220 0.19 0.72 0 0.14 284.05 0.69 0.55
Hex B2 3E DC 13 48 0 E 11C 45 37
Octal 262 76 334 23 110 0 16 434 105 67
Binary 10110010 111110 11011100 10011 1001000 0 1110 100011100 1000101 110111

Color Harmonies of #B23EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EDC

Black with #B23EDC

Text Example


Text Example

White with #B23EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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