Html Css Color HEX #B344CF Medium Orchid

📋 copy color: '#B344CF'

red 179 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #B344CF

Tints of Medium Orchid #B344CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.98%

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

R = 39.43%
G = 14.98%
B = 45.59%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B344CF (or 0xB344CF) is known color: Medium Orchid. HEX triplet: B3, 44 and CF. RGB value is (179,68,207). Sum of RGB (Red+Green+Blue) = 179+68+207=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #B344CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344CF is #4CBB30. Grayscale: #747474. Windows color (decimal): -5028657 or 13583539. OLE color: 13583539.

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

Color convert

RGB 179 68 207 -
CMYK 0.14 0.67 0 0.19
HSL 287.91º 0.59% 0.54% -
HSV(B) 287.91º 0.67% 0.81% -
XYZ 31.92 18.22 60.87 -
YUV 117.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 179 68 207 0.14 0.67 0 0.19 287.91 0.59 0.54
Hex B3 44 CF E 43 0 13 120 3B 36
Octal 263 104 317 16 103 0 23 440 73 66
Binary 10110011 1000100 11001111 1110 1000011 0 10011 100100000 111011 110110

Color Harmonies of #B344CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B344CF

Black with #B344CF

Text Example


Text Example

White with #B344CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B344CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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