Html Css Color HEX #B23CEC Medium Orchid

📋 copy color: '#B23CEC'

red 178 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #B23CEC

Tints of Medium Orchid #B23CEC

RGB

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

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

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

R = 37.55%
G = 12.66%
B = 49.79%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B23CEC (or 0xB23CEC) is known color: Medium Orchid. HEX triplet: B2, 3C and EC. RGB value is (178,60,236). Sum of RGB (Red+Green+Blue) = 178+60+236=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #B23CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CEC is #4DC313. Grayscale: #727272. Windows color (decimal): -5096212 or 15482034. OLE color: 15482034.

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

Color convert

RGB 178 60 236 -
CMYK 0.25 0.75 0 0.07
HSL 280.23º 0.82% 0.58% -
HSV(B) 280.23º 0.75% 0.93% -
XYZ 35.12 18.75 81.13 -
YUV 115.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 178 60 236 0.25 0.75 0 0.07 280.23 0.82 0.58
Hex B2 3C EC 19 4B 0 7 118 52 3A
Octal 262 74 354 31 113 0 7 430 122 72
Binary 10110010 111100 11101100 11001 1001011 0 111 100011000 1010010 111010

Color Harmonies of #B23CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CEC

Black with #B23CEC

Text Example


Text Example

White with #B23CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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