Html Css Color HEX #B23FDF Medium Orchid

📋 copy color: '#B23FDF'

red 178 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #B23FDF

Tints of Medium Orchid #B23FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 38.36%
G = 13.58%
B = 48.06%

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

#B23FDF (or 0xB23FDF) is known color: Medium Orchid. HEX triplet: B2, 3F and DF. RGB value is (178,63,223). Sum of RGB (Red+Green+Blue) = 178+63+223=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #B23FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FDF is #4DC020. Grayscale: #737373. Windows color (decimal): -5095457 or 14630834. OLE color: 14630834.

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

Color convert

RGB 178 63 223 -
CMYK 0.20 0.72 0 0.13
HSL 283.13º 0.71% 0.56% -
HSV(B) 283.13º 0.72% 0.87% -
XYZ 33.46 18.35 71.59 -
YUV 115.63 188.6 172.49 -
System Red Green Blue C M Y K H S L
Decimal 178 63 223 0.20 0.72 0 0.13 283.13 0.71 0.56
Hex B2 3F DF 14 48 0 D 11B 47 38
Octal 262 77 337 24 110 0 15 433 107 70
Binary 10110010 111111 11011111 10100 1001000 0 1101 100011011 1000111 111000

Color Harmonies of #B23FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FDF

Black with #B23FDF

Text Example


Text Example

White with #B23FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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