Html Css Color HEX #B237F0 Medium Orchid

📋 copy color: '#B237F0'

red 178 ◦ green 55 ◦ blue 240

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

Shades of Medium Orchid #B237F0

Tints of Medium Orchid #B237F0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.63%

 BLUE value IS 240 (94.14% from 255) = 50.74%

R = 37.63%
G = 11.63%
B = 50.74%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B237F0 (or 0xB237F0) is known color: Medium Orchid. HEX triplet: B2, 37 and F0. RGB value is (178,55,240). Sum of RGB (Red+Green+Blue) = 178+55+240=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #B237F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B237F0 is #4DC80F. Grayscale: #707070. Windows color (decimal): -5097488 or 15742898. OLE color: 15742898.

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

Color convert

RGB 178 55 240 -
CMYK 0.26 0.77 0 0.06
HSL 279.89º 0.86% 0.58% -
HSV(B) 279.89º 0.77% 0.94% -
XYZ 35.45 18.49 84.14 -
YUV 112.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 178 55 240 0.26 0.77 0 0.06 279.89 0.86 0.58
Hex B2 37 F0 1A 4D 0 6 118 56 3A
Octal 262 67 360 32 115 0 6 430 126 72
Binary 10110010 110111 11110000 11010 1001101 0 110 100011000 1010110 111010

Color Harmonies of #B237F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B237F0

Black with #B237F0

Text Example


Text Example

White with #B237F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B237F0; }

 p { color: rgb(178,55,240); }

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

background-color css

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

 a { background-color: rgb(178,55,240); }

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

border-color css

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

 span { border-color: rgb(178,55,240); }

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