Html Css Color HEX #B23FEA Medium Orchid

📋 copy color: '#B23FEA'

red 178 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #B23FEA

Tints of Medium Orchid #B23FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 37.47%
G = 13.26%
B = 49.26%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B23FEA (or 0xB23FEA) is known color: Medium Orchid. HEX triplet: B2, 3F and EA. RGB value is (178,63,234). Sum of RGB (Red+Green+Blue) = 178+63+234=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #B23FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FEA is #4DC015. Grayscale: #747474. Windows color (decimal): -5095446 or 15351730. OLE color: 15351730.

HSL color Cylindrical-coordinate representation of color #B23FEA: hue angle of 280.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23FEA is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 63 234 -
CMYK 0.24 0.73 0 0.08
HSL 280.35º 0.8% 0.58% -
HSV(B) 280.35º 0.73% 0.92% -
XYZ 34.99 18.96 79.66 -
YUV 116.88 194.1 171.6 -
System Red Green Blue C M Y K H S L
Decimal 178 63 234 0.24 0.73 0 0.08 280.35 0.8 0.58
Hex B2 3F EA 18 49 0 8 118 50 3A
Octal 262 77 352 30 111 0 10 430 120 72
Binary 10110010 111111 11101010 11000 1001001 0 1000 100011000 1010000 111010

Color Harmonies of #B23FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FEA

Black with #B23FEA

Text Example


Text Example

White with #B23FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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