Html Css Color HEX #B23DDE Medium Orchid

📋 copy color: '#B23DDE'

red 178 ◦ green 61 ◦ blue 222

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

Shades of Medium Orchid #B23DDE

Tints of Medium Orchid #B23DDE

RGB

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

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

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

R = 38.61%
G = 13.23%
B = 48.16%

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

#B23DDE (or 0xB23DDE) is known color: Medium Orchid. HEX triplet: B2, 3D and DE. RGB value is (178,61,222). Sum of RGB (Red+Green+Blue) = 178+61+222=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #B23DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DDE is #4DC221. Grayscale: #717171. Windows color (decimal): -5095970 or 14564786. OLE color: 14564786.

HSL color Cylindrical-coordinate representation of color #B23DDE: hue angle of 283.6º 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 #B23DDE is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 61 222 -
CMYK 0.20 0.73 0 0.13
HSL 283.6º 0.71% 0.55% -
HSV(B) 283.6º 0.73% 0.87% -
XYZ 33.21 18.08 70.85 -
YUV 114.34 188.76 173.41 -
System Red Green Blue C M Y K H S L
Decimal 178 61 222 0.20 0.73 0 0.13 283.6 0.71 0.55
Hex B2 3D DE 14 49 0 D 11C 47 37
Octal 262 75 336 24 111 0 15 434 107 67
Binary 10110010 111101 11011110 10100 1001001 0 1101 100011100 1000111 110111

Color Harmonies of #B23DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DDE

Black with #B23DDE

Text Example


Text Example

White with #B23DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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