Html Css Color HEX #B23CEA Medium Orchid

📋 copy color: '#B23CEA'

red 178 ◦ green 60 ◦ blue 234

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

Shades of Medium Orchid #B23CEA

Tints of Medium Orchid #B23CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 37.71%
G = 12.71%
B = 49.58%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B23CEA (or 0xB23CEA) is known color: Medium Orchid. HEX triplet: B2, 3C and EA. RGB value is (178,60,234). Sum of RGB (Red+Green+Blue) = 178+60+234=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #B23CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CEA is #4DC315. Grayscale: #727272. Windows color (decimal): -5096214 or 15350962. OLE color: 15350962.

HSL color Cylindrical-coordinate representation of color #B23CEA: hue angle of 280.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23CEA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 60 234 -
CMYK 0.24 0.74 0 0.08
HSL 280.69º 0.81% 0.58% -
HSV(B) 280.69º 0.74% 0.92% -
XYZ 34.83 18.64 79.6 -
YUV 115.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 178 60 234 0.24 0.74 0 0.08 280.69 0.81 0.58
Hex B2 3C EA 18 4A 0 8 119 51 3A
Octal 262 74 352 30 112 0 10 431 121 72
Binary 10110010 111100 11101010 11000 1001010 0 1000 100011001 1010001 111010

Color Harmonies of #B23CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CEA

Black with #B23CEA

Text Example


Text Example

White with #B23CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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