Html Css Color HEX #B23BDA Medium Orchid

📋 copy color: '#B23BDA'

red 178 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #B23BDA

Tints of Medium Orchid #B23BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.97%

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

R = 39.12%
G = 12.97%
B = 47.91%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B23BDA (or 0xB23BDA) is known color: Medium Orchid. HEX triplet: B2, 3B and DA. RGB value is (178,59,218). Sum of RGB (Red+Green+Blue) = 178+59+218=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #B23BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BDA is #4DC425. Grayscale: #707070. Windows color (decimal): -5096486 or 14302130. OLE color: 14302130.

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

Color convert

RGB 178 59 218 -
CMYK 0.18 0.73 0 0.15
HSL 284.91º 0.68% 0.54% -
HSV(B) 284.91º 0.73% 0.85% -
XYZ 32.58 17.65 68.02 -
YUV 112.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 178 59 218 0.18 0.73 0 0.15 284.91 0.68 0.54
Hex B2 3B DA 12 49 0 F 11D 44 36
Octal 262 73 332 22 111 0 17 435 104 66
Binary 10110010 111011 11011010 10010 1001001 0 1111 100011101 1000100 110110

Color Harmonies of #B23BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BDA

Black with #B23BDA

Text Example


Text Example

White with #B23BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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