Html Css Color HEX #B23BDE Medium Orchid

📋 copy color: '#B23BDE'

red 178 ◦ green 59 ◦ blue 222

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

Shades of Medium Orchid #B23BDE

Tints of Medium Orchid #B23BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 38.78%
G = 12.85%
B = 48.37%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B23BDE (or 0xB23BDE) is known color: Medium Orchid. HEX triplet: B2, 3B and DE. RGB value is (178,59,222). Sum of RGB (Red+Green+Blue) = 178+59+222=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #B23BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BDE is #4DC421. Grayscale: #707070. Windows color (decimal): -5096482 or 14564274. OLE color: 14564274.

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

Color convert

RGB 178 59 222 -
CMYK 0.20 0.73 0 0.13
HSL 283.8º 0.71% 0.55% -
HSV(B) 283.8º 0.73% 0.87% -
XYZ 33.11 17.87 70.81 -
YUV 113.16 189.42 174.25 -
System Red Green Blue C M Y K H S L
Decimal 178 59 222 0.20 0.73 0 0.13 283.8 0.71 0.55
Hex B2 3B DE 14 49 0 D 11C 47 37
Octal 262 73 336 24 111 0 15 434 107 67
Binary 10110010 111011 11011110 10100 1001001 0 1101 100011100 1000111 110111

Color Harmonies of #B23BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BDE

Black with #B23BDE

Text Example


Text Example

White with #B23BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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