Html Css Color HEX #B23FCE Medium Orchid

📋 copy color: '#B23FCE'

red 178 ◦ green 63 ◦ blue 206

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

Shades of Medium Orchid #B23FCE

Tints of Medium Orchid #B23FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 39.82%
G = 14.09%
B = 46.09%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B23FCE (or 0xB23FCE) is known color: Medium Orchid. HEX triplet: B2, 3F and CE. RGB value is (178,63,206). Sum of RGB (Red+Green+Blue) = 178+63+206=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #B23FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FCE is #4DC031. Grayscale: #717171. Windows color (decimal): -5095474 or 13516722. OLE color: 13516722.

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

Color convert

RGB 178 63 206 -
CMYK 0.14 0.69 0 0.19
HSL 288.25º 0.59% 0.53% -
HSV(B) 288.25º 0.69% 0.81% -
XYZ 31.28 17.48 60.12 -
YUV 113.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 178 63 206 0.14 0.69 0 0.19 288.25 0.59 0.53
Hex B2 3F CE E 45 0 13 120 3B 35
Octal 262 77 316 16 105 0 23 440 73 65
Binary 10110010 111111 11001110 1110 1000101 0 10011 100100000 111011 110101

Color Harmonies of #B23FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FCE

Black with #B23FCE

Text Example


Text Example

White with #B23FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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