Html Css Color HEX #B23CDA Medium Orchid

📋 copy color: '#B23CDA'

red 178 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #B23CDA

Tints of Medium Orchid #B23CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 39.04%
G = 13.16%
B = 47.81%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B23CDA (or 0xB23CDA) is known color: Medium Orchid. HEX triplet: B2, 3C and DA. RGB value is (178,60,218). Sum of RGB (Red+Green+Blue) = 178+60+218=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #B23CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CDA is #4DC325. Grayscale: #707070. Windows color (decimal): -5096230 or 14302386. OLE color: 14302386.

HSL color Cylindrical-coordinate representation of color #B23CDA: hue angle of 284.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23CDA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 60 218 -
CMYK 0.18 0.72 0 0.15
HSL 284.81º 0.68% 0.55% -
HSV(B) 284.81º 0.72% 0.85% -
XYZ 32.63 17.76 68.04 -
YUV 113.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 178 60 218 0.18 0.72 0 0.15 284.81 0.68 0.55
Hex B2 3C DA 12 48 0 F 11D 44 37
Octal 262 74 332 22 110 0 17 435 104 67
Binary 10110010 111100 11011010 10010 1001000 0 1111 100011101 1000100 110111

Color Harmonies of #B23CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CDA

Black with #B23CDA

Text Example


Text Example

White with #B23CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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