Html Css Color HEX #B23FEB Medium Orchid

📋 copy color: '#B23FEB'

red 178 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #B23FEB

Tints of Medium Orchid #B23FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 37.39%
G = 13.24%
B = 49.37%

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

#B23FEB (or 0xB23FEB) is known color: Medium Orchid. HEX triplet: B2, 3F and EB. RGB value is (178,63,235). Sum of RGB (Red+Green+Blue) = 178+63+235=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #B23FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FEB is #4DC014. Grayscale: #747474. Windows color (decimal): -5095445 or 15417266. OLE color: 15417266.

HSL color Cylindrical-coordinate representation of color #B23FEB: hue angle of 280.12º degrees, saturation: 0.81, 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 #B23FEB is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 63 235 -
CMYK 0.24 0.73 0 0.08
HSL 280.12º 0.81% 0.58% -
HSV(B) 280.12º 0.73% 0.92% -
XYZ 35.13 19.02 80.42 -
YUV 116.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 178 63 235 0.24 0.73 0 0.08 280.12 0.81 0.58
Hex B2 3F EB 18 49 0 8 118 51 3A
Octal 262 77 353 30 111 0 10 430 121 72
Binary 10110010 111111 11101011 11000 1001001 0 1000 100011000 1010001 111010

Color Harmonies of #B23FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FEB

Black with #B23FEB

Text Example


Text Example

White with #B23FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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