Html Css Color HEX #B23BD6 Medium Orchid

📋 copy color: '#B23BD6'

red 178 ◦ green 59 ◦ blue 214

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

Shades of Medium Orchid #B23BD6

Tints of Medium Orchid #B23BD6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.08%

 BLUE value IS 214 (83.98% from 255) = 47.45%

R = 39.47%
G = 13.08%
B = 47.45%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B23BD6 (or 0xB23BD6) is known color: Medium Orchid. HEX triplet: B2, 3B and D6. RGB value is (178,59,214). Sum of RGB (Red+Green+Blue) = 178+59+214=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #B23BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BD6 is #4DC429. Grayscale: #6F6F6F. Windows color (decimal): -5096490 or 14039986. OLE color: 14039986.

HSL color Cylindrical-coordinate representation of color #B23BD6: hue angle of 286.06º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23BD6 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 59 214 -
CMYK 0.17 0.72 0 0.16
HSL 286.06º 0.65% 0.54% -
HSV(B) 286.06º 0.72% 0.84% -
XYZ 32.06 17.45 65.3 -
YUV 112.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 178 59 214 0.17 0.72 0 0.16 286.06 0.65 0.54
Hex B2 3B D6 11 48 0 10 11E 41 36
Octal 262 73 326 21 110 0 20 436 101 66
Binary 10110010 111011 11010110 10001 1001000 0 10000 100011110 1000001 110110

Color Harmonies of #B23BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BD6

Black with #B23BD6

Text Example


Text Example

White with #B23BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BD6; }

 p { color: rgb(178,59,214); }

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

background-color css

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

 a { background-color: rgb(178,59,214); }

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

border-color css

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

 span { border-color: rgb(178,59,214); }

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