Html Css Color HEX #B23CDF Medium Orchid

📋 copy color: '#B23CDF'

red 178 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #B23CDF

Tints of Medium Orchid #B23CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.02%

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

R = 38.61%
G = 13.02%
B = 48.37%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B23CDF (or 0xB23CDF) is known color: Medium Orchid. HEX triplet: B2, 3C and DF. RGB value is (178,60,223). Sum of RGB (Red+Green+Blue) = 178+60+223=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #B23CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CDF is #4DC320. Grayscale: #717171. Windows color (decimal): -5096225 or 14630066. OLE color: 14630066.

HSL color Cylindrical-coordinate representation of color #B23CDF: hue angle of 283.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23CDF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 60 223 -
CMYK 0.20 0.73 0 0.13
HSL 283.44º 0.72% 0.55% -
HSV(B) 283.44º 0.73% 0.87% -
XYZ 33.3 18.02 71.54 -
YUV 113.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 178 60 223 0.20 0.73 0 0.13 283.44 0.72 0.55
Hex B2 3C DF 14 49 0 D 11B 48 37
Octal 262 74 337 24 111 0 15 433 110 67
Binary 10110010 111100 11011111 10100 1001001 0 1101 100011011 1001000 110111

Color Harmonies of #B23CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CDF

Black with #B23CDF

Text Example


Text Example

White with #B23CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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