Html Css Color HEX #B23CCD Medium Orchid

📋 copy color: '#B23CCD'

red 178 ◦ green 60 ◦ blue 205

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

Shades of Medium Orchid #B23CCD

Tints of Medium Orchid #B23CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 40.18%
G = 13.54%
B = 46.28%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B23CCD (or 0xB23CCD) is known color: Medium Orchid. HEX triplet: B2, 3C and CD. RGB value is (178,60,205). Sum of RGB (Red+Green+Blue) = 178+60+205=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #B23CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CCD is #4DC332. Grayscale: #6F6F6F. Windows color (decimal): -5096243 or 13450418. OLE color: 13450418.

HSL color Cylindrical-coordinate representation of color #B23CCD: hue angle of 288.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23CCD is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 60 205 -
CMYK 0.13 0.71 0 0.20
HSL 288.83º 0.59% 0.52% -
HSV(B) 288.83º 0.71% 0.8% -
XYZ 31 17.1 59.43 -
YUV 111.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 178 60 205 0.13 0.71 0 0.20 288.83 0.59 0.52
Hex B2 3C CD D 47 0 14 121 3B 34
Octal 262 74 315 15 107 0 24 441 73 64
Binary 10110010 111100 11001101 1101 1000111 0 10100 100100001 111011 110100

Color Harmonies of #B23CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CCD

Black with #B23CCD

Text Example


Text Example

White with #B23CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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