Html Css Color HEX #B23EDE Medium Orchid

📋 copy color: '#B23EDE'

red 178 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #B23EDE

Tints of Medium Orchid #B23EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 38.53%
G = 13.42%
B = 48.05%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B23EDE (or 0xB23EDE) is known color: Medium Orchid. HEX triplet: B2, 3E and DE. RGB value is (178,62,222). Sum of RGB (Red+Green+Blue) = 178+62+222=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #B23EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23EDE is #4DC121. Grayscale: #727272. Windows color (decimal): -5095714 or 14565042. OLE color: 14565042.

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

Color convert

RGB 178 62 222 -
CMYK 0.20 0.72 0 0.13
HSL 283.5º 0.71% 0.56% -
HSV(B) 283.5º 0.72% 0.87% -
XYZ 33.27 18.18 70.86 -
YUV 114.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 178 62 222 0.20 0.72 0 0.13 283.5 0.71 0.56
Hex B2 3E DE 14 48 0 D 11C 47 38
Octal 262 76 336 24 110 0 15 434 107 70
Binary 10110010 111110 11011110 10100 1001000 0 1101 100011100 1000111 111000

Color Harmonies of #B23EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EDE

Black with #B23EDE

Text Example


Text Example

White with #B23EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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