Html Css Color HEX #B23DDD Medium Orchid

📋 copy color: '#B23DDD'

red 178 ◦ green 61 ◦ blue 221

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

Shades of Medium Orchid #B23DDD

Tints of Medium Orchid #B23DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.26%

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

R = 38.7%
G = 13.26%
B = 48.04%

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

#B23DDD (or 0xB23DDD) is known color: Medium Orchid. HEX triplet: B2, 3D and DD. RGB value is (178,61,221). Sum of RGB (Red+Green+Blue) = 178+61+221=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #B23DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DDD is #4DC222. Grayscale: #717171. Windows color (decimal): -5095971 or 14499250. OLE color: 14499250.

HSL color Cylindrical-coordinate representation of color #B23DDD: hue angle of 283.88º 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 #B23DDD is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 61 221 -
CMYK 0.19 0.72 0 0.13
HSL 283.88º 0.7% 0.55% -
HSV(B) 283.88º 0.72% 0.87% -
XYZ 33.08 18.02 70.14 -
YUV 114.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 178 61 221 0.19 0.72 0 0.13 283.88 0.7 0.55
Hex B2 3D DD 13 48 0 D 11C 46 37
Octal 262 75 335 23 110 0 15 434 106 67
Binary 10110010 111101 11011101 10011 1001000 0 1101 100011100 1000110 110111

Color Harmonies of #B23DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DDD

Black with #B23DDD

Text Example


Text Example

White with #B23DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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