Html Css Color HEX #B34BCF Medium Orchid

📋 copy color: '#B34BCF'

red 179 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #B34BCF

Tints of Medium Orchid #B34BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.27%

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

R = 38.83%
G = 16.27%
B = 44.9%

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

#B34BCF (or 0xB34BCF) is known color: Medium Orchid. HEX triplet: B3, 4B and CF. RGB value is (179,75,207). Sum of RGB (Red+Green+Blue) = 179+75+207=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #B34BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BCF is #4CB430. Grayscale: #787878. Windows color (decimal): -5026865 or 13585331. OLE color: 13585331.

HSL color Cylindrical-coordinate representation of color #B34BCF: hue angle of 287.27º 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 #B34BCF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 75 207 -
CMYK 0.14 0.64 0 0.19
HSL 287.27º 0.58% 0.55% -
HSV(B) 287.27º 0.64% 0.81% -
XYZ 32.37 19.12 61.02 -
YUV 121.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 179 75 207 0.14 0.64 0 0.19 287.27 0.58 0.55
Hex B3 4B CF E 40 0 13 11F 3A 37
Octal 263 113 317 16 100 0 23 437 72 67
Binary 10110011 1001011 11001111 1110 1000000 0 10011 100011111 111010 110111

Color Harmonies of #B34BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BCF

Black with #B34BCF

Text Example


Text Example

White with #B34BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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