Html Css Color HEX #B23FED Medium Orchid

📋 copy color: '#B23FED'

red 178 ◦ green 63 ◦ blue 237

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

Shades of Medium Orchid #B23FED

Tints of Medium Orchid #B23FED

RGB

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

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

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

R = 37.24%
G = 13.18%
B = 49.58%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B23FED (or 0xB23FED) is known color: Medium Orchid. HEX triplet: B2, 3F and ED. RGB value is (178,63,237). Sum of RGB (Red+Green+Blue) = 178+63+237=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #B23FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FED is #4DC012. Grayscale: #747474. Windows color (decimal): -5095443 or 15548338. OLE color: 15548338.

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

Color convert

RGB 178 63 237 -
CMYK 0.25 0.73 0 0.07
HSL 279.66º 0.83% 0.59% -
HSV(B) 279.66º 0.73% 0.93% -
XYZ 35.42 19.13 81.95 -
YUV 117.22 195.6 171.35 -
System Red Green Blue C M Y K H S L
Decimal 178 63 237 0.25 0.73 0 0.07 279.66 0.83 0.59
Hex B2 3F ED 19 49 0 7 118 53 3B
Octal 262 77 355 31 111 0 7 430 123 73
Binary 10110010 111111 11101101 11001 1001001 0 111 100011000 1010011 111011

Color Harmonies of #B23FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FED

Black with #B23FED

Text Example


Text Example

White with #B23FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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