Html Css Color HEX #B23CDD Medium Orchid

📋 copy color: '#B23CDD'

red 178 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #B23CDD

Tints of Medium Orchid #B23CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.07%

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

R = 38.78%
G = 13.07%
B = 48.15%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B23CDD (or 0xB23CDD) is known color: Medium Orchid. HEX triplet: B2, 3C and DD. RGB value is (178,60,221). Sum of RGB (Red+Green+Blue) = 178+60+221=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #B23CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CDD is #4DC322. Grayscale: #717171. Windows color (decimal): -5096227 or 14498994. OLE color: 14498994.

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

Color convert

RGB 178 60 221 -
CMYK 0.19 0.73 0 0.13
HSL 283.98º 0.7% 0.55% -
HSV(B) 283.98º 0.73% 0.87% -
XYZ 33.03 17.92 70.12 -
YUV 113.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 178 60 221 0.19 0.73 0 0.13 283.98 0.7 0.55
Hex B2 3C DD 13 49 0 D 11C 46 37
Octal 262 74 335 23 111 0 15 434 106 67
Binary 10110010 111100 11011101 10011 1001001 0 1101 100011100 1000110 110111

Color Harmonies of #B23CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CDD

Black with #B23CDD

Text Example


Text Example

White with #B23CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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