Html Css Color HEX #B23EDB Medium Orchid

📋 copy color: '#B23EDB'

red 178 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #B23EDB

Tints of Medium Orchid #B23EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 38.78%
G = 13.51%
B = 47.71%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B23EDB (or 0xB23EDB) is known color: Medium Orchid. HEX triplet: B2, 3E and DB. RGB value is (178,62,219). Sum of RGB (Red+Green+Blue) = 178+62+219=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B23EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23EDB is #4DC124. Grayscale: #727272. Windows color (decimal): -5095717 or 14368434. OLE color: 14368434.

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

Color convert

RGB 178 62 219 -
CMYK 0.19 0.72 0 0.14
HSL 284.33º 0.69% 0.55% -
HSV(B) 284.33º 0.72% 0.86% -
XYZ 32.87 18.02 68.76 -
YUV 114.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 178 62 219 0.19 0.72 0 0.14 284.33 0.69 0.55
Hex B2 3E DB 13 48 0 E 11C 45 37
Octal 262 76 333 23 110 0 16 434 105 67
Binary 10110010 111110 11011011 10011 1001000 0 1110 100011100 1000101 110111

Color Harmonies of #B23EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EDB

Black with #B23EDB

Text Example


Text Example

White with #B23EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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