Html Css Color HEX #B23EF1 Medium Orchid

📋 copy color: '#B23EF1'

red 178 ◦ green 62 ◦ blue 241

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

Shades of Medium Orchid #B23EF1

Tints of Medium Orchid #B23EF1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.89%

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 37.01%
G = 12.89%
B = 50.1%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B23EF1 (or 0xB23EF1) is known color: Medium Orchid. HEX triplet: B2, 3E and F1. RGB value is (178,62,241). Sum of RGB (Red+Green+Blue) = 178+62+241=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #B23EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23EF1 is #4DC10E. Grayscale: #747474. Windows color (decimal): -5095695 or 15810226. OLE color: 15810226.

HSL color Cylindrical-coordinate representation of color #B23EF1: hue angle of 278.88º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23EF1 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 62 241 -
CMYK 0.26 0.74 0 0.05
HSL 278.88º 0.86% 0.59% -
HSV(B) 278.88º 0.74% 0.95% -
XYZ 35.96 19.26 85.04 -
YUV 117.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 178 62 241 0.26 0.74 0 0.05 278.88 0.86 0.59
Hex B2 3E F1 1A 4A 0 5 117 56 3B
Octal 262 76 361 32 112 0 5 427 126 73
Binary 10110010 111110 11110001 11010 1001010 0 101 100010111 1010110 111011

Color Harmonies of #B23EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EF1

Black with #B23EF1

Text Example


Text Example

White with #B23EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EF1; }

 p { color: rgb(178,62,241); }

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

background-color css

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

 a { background-color: rgb(178,62,241); }

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

border-color css

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

 span { border-color: rgb(178,62,241); }

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