Html Css Color HEX #B23CDB Medium Orchid

📋 copy color: '#B23CDB'

red 178 ◦ green 60 ◦ blue 219

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

Shades of Medium Orchid #B23CDB

Tints of Medium Orchid #B23CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 38.95%
G = 13.13%
B = 47.92%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B23CDB (or 0xB23CDB) is known color: Medium Orchid. HEX triplet: B2, 3C and DB. RGB value is (178,60,219). Sum of RGB (Red+Green+Blue) = 178+60+219=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #B23CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CDB is #4DC324. Grayscale: #707070. Windows color (decimal): -5096229 or 14367922. OLE color: 14367922.

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

Color convert

RGB 178 60 219 -
CMYK 0.19 0.73 0 0.14
HSL 284.53º 0.69% 0.55% -
HSV(B) 284.53º 0.73% 0.86% -
XYZ 32.76 17.81 68.73 -
YUV 113.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 178 60 219 0.19 0.73 0 0.14 284.53 0.69 0.55
Hex B2 3C DB 13 49 0 E 11D 45 37
Octal 262 74 333 23 111 0 16 435 105 67
Binary 10110010 111100 11011011 10011 1001001 0 1110 100011101 1000101 110111

Color Harmonies of #B23CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CDB

Black with #B23CDB

Text Example


Text Example

White with #B23CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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