Html Css Color HEX #B23AED Medium Orchid

📋 copy color: '#B23AED'

red 178 ◦ green 58 ◦ blue 237

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

Shades of Medium Orchid #B23AED

Tints of Medium Orchid #B23AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.26%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 37.63%
G = 12.26%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B23AED (or 0xB23AED) is known color: Medium Orchid. HEX triplet: B2, 3A and ED. RGB value is (178,58,237). Sum of RGB (Red+Green+Blue) = 178+58+237=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #B23AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23AED is #4DC512. Grayscale: #717171. Windows color (decimal): -5096723 or 15547058. OLE color: 15547058.

HSL color Cylindrical-coordinate representation of color #B23AED: hue angle of 280.22º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23AED is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 58 237 -
CMYK 0.25 0.76 0 0.07
HSL 280.22º 0.83% 0.58% -
HSV(B) 280.22º 0.76% 0.93% -
XYZ 35.16 18.61 81.86 -
YUV 114.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 178 58 237 0.25 0.76 0 0.07 280.22 0.83 0.58
Hex B2 3A ED 19 4C 0 7 118 53 3A
Octal 262 72 355 31 114 0 7 430 123 72
Binary 10110010 111010 11101101 11001 1001100 0 111 100011000 1010011 111010

Color Harmonies of #B23AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23AED

Black with #B23AED

Text Example


Text Example

White with #B23AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23AED; }

 p { color: rgb(178,58,237); }

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

background-color css

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

 a { background-color: rgb(178,58,237); }

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

border-color css

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

 span { border-color: rgb(178,58,237); }

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