Html Css Color HEX #B23FEC Medium Orchid

📋 copy color: '#B23FEC'

red 178 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #B23FEC

Tints of Medium Orchid #B23FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 37.32%
G = 13.21%
B = 49.48%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B23FEC (or 0xB23FEC) is known color: Medium Orchid. HEX triplet: B2, 3F and EC. RGB value is (178,63,236). Sum of RGB (Red+Green+Blue) = 178+63+236=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #B23FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FEC is #4DC013. Grayscale: #747474. Windows color (decimal): -5095444 or 15482802. OLE color: 15482802.

HSL color Cylindrical-coordinate representation of color #B23FEC: hue angle of 279.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23FEC is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 63 236 -
CMYK 0.25 0.73 0 0.07
HSL 279.88º 0.82% 0.59% -
HSV(B) 279.88º 0.73% 0.93% -
XYZ 35.28 19.08 81.18 -
YUV 117.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 178 63 236 0.25 0.73 0 0.07 279.88 0.82 0.59
Hex B2 3F EC 19 49 0 7 118 52 3B
Octal 262 77 354 31 111 0 7 430 122 73
Binary 10110010 111111 11101100 11001 1001001 0 111 100011000 1010010 111011

Color Harmonies of #B23FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FEC

Black with #B23FEC

Text Example


Text Example

White with #B23FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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