Html Css Color HEX #B34ACF Medium Orchid

📋 copy color: '#B34ACF'

red 179 ◦ green 74 ◦ blue 207

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

Shades of Medium Orchid #B34ACF

Tints of Medium Orchid #B34ACF

RGB

 RED value IS 179 (70.31% from 255) = 38.91%

 GREEN value IS 74 (29.3% from 255) = 16.09%

 BLUE value IS 207 (81.25% from 255) = 45%

R = 38.91%
G = 16.09%
B = 45%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B34ACF (or 0xB34ACF) is known color: Medium Orchid. HEX triplet: B3, 4A and CF. RGB value is (179,74,207). Sum of RGB (Red+Green+Blue) = 179+74+207=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #B34ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ACF is #4CB530. Grayscale: #787878. Windows color (decimal): -5027121 or 13585075. OLE color: 13585075.

HSL color Cylindrical-coordinate representation of color #B34ACF: hue angle of 287.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34ACF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 74 207 -
CMYK 0.14 0.64 0 0.19
HSL 287.37º 0.58% 0.55% -
HSV(B) 287.37º 0.64% 0.81% -
XYZ 32.3 18.99 60.99 -
YUV 120.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 179 74 207 0.14 0.64 0 0.19 287.37 0.58 0.55
Hex B3 4A CF E 40 0 13 11F 3A 37
Octal 263 112 317 16 100 0 23 437 72 67
Binary 10110011 1001010 11001111 1110 1000000 0 10011 100011111 111010 110111

Color Harmonies of #B34ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34ACF

Black with #B34ACF

Text Example


Text Example

White with #B34ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34ACF; }

 p { color: rgb(179,74,207); }

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

background-color css

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

 a { background-color: rgb(179,74,207); }

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

border-color css

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

 span { border-color: rgb(179,74,207); }

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