Html Css Color HEX #B23EDD Medium Orchid

📋 copy color: '#B23EDD'

red 178 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #B23EDD

Tints of Medium Orchid #B23EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.45%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 38.61%
G = 13.45%
B = 47.94%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B23EDD (or 0xB23EDD) is known color: Medium Orchid. HEX triplet: B2, 3E and DD. RGB value is (178,62,221). Sum of RGB (Red+Green+Blue) = 178+62+221=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #B23EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23EDD is #4DC122. Grayscale: #727272. Windows color (decimal): -5095715 or 14499506. OLE color: 14499506.

HSL color Cylindrical-coordinate representation of color #B23EDD: hue angle of 283.77º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23EDD is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 62 221 -
CMYK 0.19 0.72 0 0.13
HSL 283.77º 0.7% 0.55% -
HSV(B) 283.77º 0.72% 0.87% -
XYZ 33.13 18.13 70.16 -
YUV 114.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 178 62 221 0.19 0.72 0 0.13 283.77 0.7 0.55
Hex B2 3E DD 13 48 0 D 11C 46 37
Octal 262 76 335 23 110 0 15 434 106 67
Binary 10110010 111110 11011101 10011 1001000 0 1101 100011100 1000110 110111

Color Harmonies of #B23EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EDD

Black with #B23EDD

Text Example


Text Example

White with #B23EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EDD; }

 p { color: rgb(178,62,221); }

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

background-color css

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

 a { background-color: rgb(178,62,221); }

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

border-color css

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

 span { border-color: rgb(178,62,221); }

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