Html Css Color HEX #B23FDD Medium Orchid

📋 copy color: '#B23FDD'

red 178 ◦ green 63 ◦ blue 221

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

Shades of Medium Orchid #B23FDD

Tints of Medium Orchid #B23FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 13.64%

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

R = 38.53%
G = 13.64%
B = 47.84%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B23FDD (or 0xB23FDD) is known color: Medium Orchid. HEX triplet: B2, 3F and DD. RGB value is (178,63,221). Sum of RGB (Red+Green+Blue) = 178+63+221=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #B23FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FDD is #4DC022. Grayscale: #727272. Windows color (decimal): -5095459 or 14499762. OLE color: 14499762.

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

Color convert

RGB 178 63 221 -
CMYK 0.19 0.71 0 0.13
HSL 283.67º 0.7% 0.56% -
HSV(B) 283.67º 0.71% 0.87% -
XYZ 33.19 18.24 70.18 -
YUV 115.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 178 63 221 0.19 0.71 0 0.13 283.67 0.7 0.56
Hex B2 3F DD 13 47 0 D 11C 46 38
Octal 262 77 335 23 107 0 15 434 106 70
Binary 10110010 111111 11011101 10011 1000111 0 1101 100011100 1000110 111000

Color Harmonies of #B23FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FDD

Black with #B23FDD

Text Example


Text Example

White with #B23FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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