Html Css Color HEX #B23FDE Medium Orchid

📋 copy color: '#B23FDE'

red 178 ◦ green 63 ◦ blue 222

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

Shades of Medium Orchid #B23FDE

Tints of Medium Orchid #B23FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.61%

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

R = 38.44%
G = 13.61%
B = 47.95%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B23FDE (or 0xB23FDE) is known color: Medium Orchid. HEX triplet: B2, 3F and DE. RGB value is (178,63,222). Sum of RGB (Red+Green+Blue) = 178+63+222=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #B23FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FDE is #4DC021. Grayscale: #727272. Windows color (decimal): -5095458 or 14565298. OLE color: 14565298.

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

Color convert

RGB 178 63 222 -
CMYK 0.20 0.72 0 0.13
HSL 283.4º 0.71% 0.56% -
HSV(B) 283.4º 0.72% 0.87% -
XYZ 33.32 18.29 70.88 -
YUV 115.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 178 63 222 0.20 0.72 0 0.13 283.4 0.71 0.56
Hex B2 3F DE 14 48 0 D 11B 47 38
Octal 262 77 336 24 110 0 15 433 107 70
Binary 10110010 111111 11011110 10100 1001000 0 1101 100011011 1000111 111000

Color Harmonies of #B23FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FDE

Black with #B23FDE

Text Example


Text Example

White with #B23FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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