Html Css Color HEX #B04CF3 Medium Orchid

📋 copy color: '#B04CF3'

red 176 ◦ green 76 ◦ blue 243

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

Shades of Medium Orchid #B04CF3

Tints of Medium Orchid #B04CF3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

 BLUE value IS 243 (95.31% from 255) = 49.09%

R = 35.56%
G = 15.35%
B = 49.09%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B04CF3 (or 0xB04CF3) is known color: Medium Orchid. HEX triplet: B0, 4C and F3. RGB value is (176,76,243). Sum of RGB (Red+Green+Blue) = 176+76+243=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #B04CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CF3 is #4FB30C. Grayscale: #7C7C7C. Windows color (decimal): -5223181 or 15944880. OLE color: 15944880.

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

Color convert

RGB 176 76 243 -
CMYK 0.28 0.69 0 0.05
HSL 275.93º 0.87% 0.63% -
HSV(B) 275.93º 0.69% 0.95% -
XYZ 36.67 20.87 86.89 -
YUV 124.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 176 76 243 0.28 0.69 0 0.05 275.93 0.87 0.63
Hex B0 4C F3 1C 45 0 5 114 57 3F
Octal 260 114 363 34 105 0 5 424 127 77
Binary 10110000 1001100 11110011 11100 1000101 0 101 100010100 1010111 111111

Color Harmonies of #B04CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CF3

Black with #B04CF3

Text Example


Text Example

White with #B04CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CF3; }

 p { color: rgb(176,76,243); }

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

background-color css

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

 a { background-color: rgb(176,76,243); }

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

border-color css

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

 span { border-color: rgb(176,76,243); }

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