Html Css Color HEX #B238F1 Medium Orchid

📋 copy color: '#B238F1'

red 178 ◦ green 56 ◦ blue 241

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

Shades of Medium Orchid #B238F1

Tints of Medium Orchid #B238F1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.79%

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

R = 37.47%
G = 11.79%
B = 50.74%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B238F1 (or 0xB238F1) is known color: Medium Orchid. HEX triplet: B2, 38 and F1. RGB value is (178,56,241). Sum of RGB (Red+Green+Blue) = 178+56+241=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #B238F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B238F1 is #4DC70E. Grayscale: #707070. Windows color (decimal): -5097231 or 15808690. OLE color: 15808690.

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

Color convert

RGB 178 56 241 -
CMYK 0.26 0.77 0 0.05
HSL 279.57º 0.87% 0.58% -
HSV(B) 279.57º 0.77% 0.95% -
XYZ 35.65 18.64 84.94 -
YUV 113.57 199.92 173.96 -
System Red Green Blue C M Y K H S L
Decimal 178 56 241 0.26 0.77 0 0.05 279.57 0.87 0.58
Hex B2 38 F1 1A 4D 0 5 118 57 3A
Octal 262 70 361 32 115 0 5 430 127 72
Binary 10110010 111000 11110001 11010 1001101 0 101 100011000 1010111 111010

Color Harmonies of #B238F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B238F1

Black with #B238F1

Text Example


Text Example

White with #B238F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B238F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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