Html Css Color HEX #B03DF2 Medium Orchid

📋 copy color: '#B03DF2'

red 176 ◦ green 61 ◦ blue 242

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

Shades of Medium Orchid #B03DF2

Tints of Medium Orchid #B03DF2

RGB

 RED value IS 176 (69.14% from 255) = 36.74%

 GREEN value IS 61 (24.22% from 255) = 12.73%

 BLUE value IS 242 (94.92% from 255) = 50.52%

R = 36.74%
G = 12.73%
B = 50.52%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B03DF2 (or 0xB03DF2) is known color: Medium Orchid. HEX triplet: B0, 3D and F2. RGB value is (176,61,242). Sum of RGB (Red+Green+Blue) = 176+61+242=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #B03DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03DF2 is #4FC20D. Grayscale: #737373. Windows color (decimal): -5227022 or 15875504. OLE color: 15875504.

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

Color convert

RGB 176 61 242 -
CMYK 0.27 0.75 0 0.05
HSL 278.12º 0.87% 0.59% -
HSV(B) 278.12º 0.75% 0.95% -
XYZ 35.6 18.98 85.79 -
YUV 116.02 199.1 170.78 -
System Red Green Blue C M Y K H S L
Decimal 176 61 242 0.27 0.75 0 0.05 278.12 0.87 0.59
Hex B0 3D F2 1B 4B 0 5 116 57 3B
Octal 260 75 362 33 113 0 5 426 127 73
Binary 10110000 111101 11110010 11011 1001011 0 101 100010110 1010111 111011

Color Harmonies of #B03DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DF2

Black with #B03DF2

Text Example


Text Example

White with #B03DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DF2; }

 p { color: rgb(176,61,242); }

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

background-color css

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

 a { background-color: rgb(176,61,242); }

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

border-color css

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

 span { border-color: rgb(176,61,242); }

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