Html Css Color HEX #B23DCD Medium Orchid

📋 copy color: '#B23DCD'

red 178 ◦ green 61 ◦ blue 205

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

Shades of Medium Orchid #B23DCD

Tints of Medium Orchid #B23DCD

RGB

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

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

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

R = 40.09%
G = 13.74%
B = 46.17%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B23DCD (or 0xB23DCD) is known color: Medium Orchid. HEX triplet: B2, 3D and CD. RGB value is (178,61,205). Sum of RGB (Red+Green+Blue) = 178+61+205=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #B23DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DCD is #4DC232. Grayscale: #6F6F6F. Windows color (decimal): -5095987 or 13450674. OLE color: 13450674.

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

Color convert

RGB 178 61 205 -
CMYK 0.13 0.70 0 0.20
HSL 288.75º 0.59% 0.52% -
HSV(B) 288.75º 0.7% 0.8% -
XYZ 31.05 17.21 59.44 -
YUV 112.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 178 61 205 0.13 0.70 0 0.20 288.75 0.59 0.52
Hex B2 3D CD D 46 0 14 121 3B 34
Octal 262 75 315 15 106 0 24 441 73 64
Binary 10110010 111101 11001101 1101 1000110 0 10100 100100001 111011 110100

Color Harmonies of #B23DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DCD

Black with #B23DCD

Text Example


Text Example

White with #B23DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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