Html Css Color HEX #B23FDC Medium Orchid

📋 copy color: '#B23FDC'

red 178 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #B23FDC

Tints of Medium Orchid #B23FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

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

R = 38.61%
G = 13.67%
B = 47.72%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B23FDC (or 0xB23FDC) is known color: Medium Orchid. HEX triplet: B2, 3F and DC. RGB value is (178,63,220). Sum of RGB (Red+Green+Blue) = 178+63+220=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #B23FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FDC is #4DC023. Grayscale: #727272. Windows color (decimal): -5095460 or 14434226. OLE color: 14434226.

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

Color convert

RGB 178 63 220 -
CMYK 0.19 0.71 0 0.14
HSL 283.95º 0.69% 0.55% -
HSV(B) 283.95º 0.71% 0.86% -
XYZ 33.06 18.19 69.48 -
YUV 115.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 178 63 220 0.19 0.71 0 0.14 283.95 0.69 0.55
Hex B2 3F DC 13 47 0 E 11C 45 37
Octal 262 77 334 23 107 0 16 434 105 67
Binary 10110010 111111 11011100 10011 1000111 0 1110 100011100 1000101 110111

Color Harmonies of #B23FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FDC

Black with #B23FDC

Text Example


Text Example

White with #B23FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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