Html Css Color HEX #B23CE5 Medium Orchid

📋 copy color: '#B23CE5'

red 178 ◦ green 60 ◦ blue 229

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

Shades of Medium Orchid #B23CE5

Tints of Medium Orchid #B23CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 38.12%
G = 12.85%
B = 49.04%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B23CE5 (or 0xB23CE5) is known color: Medium Orchid. HEX triplet: B2, 3C and E5. RGB value is (178,60,229). Sum of RGB (Red+Green+Blue) = 178+60+229=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #B23CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CE5 is #4DC31A. Grayscale: #717171. Windows color (decimal): -5096219 or 15023282. OLE color: 15023282.

HSL color Cylindrical-coordinate representation of color #B23CE5: hue angle of 281.89º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23CE5 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 60 229 -
CMYK 0.22 0.74 0 0.10
HSL 281.89º 0.76% 0.57% -
HSV(B) 281.89º 0.74% 0.9% -
XYZ 34.12 18.35 75.87 -
YUV 114.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 178 60 229 0.22 0.74 0 0.10 281.89 0.76 0.57
Hex B2 3C E5 16 4A 0 A 11A 4C 39
Octal 262 74 345 26 112 0 12 432 114 71
Binary 10110010 111100 11100101 10110 1001010 0 1010 100011010 1001100 111001

Color Harmonies of #B23CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CE5

Black with #B23CE5

Text Example


Text Example

White with #B23CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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