Html Css Color HEX #B345CF Medium Orchid

📋 copy color: '#B345CF'

red 179 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #B345CF

Tints of Medium Orchid #B345CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

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

R = 39.34%
G = 15.16%
B = 45.49%

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

#B345CF (or 0xB345CF) is known color: Medium Orchid. HEX triplet: B3, 45 and CF. RGB value is (179,69,207). Sum of RGB (Red+Green+Blue) = 179+69+207=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B345CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345CF is #4CBA30. Grayscale: #757575. Windows color (decimal): -5028401 or 13583795. OLE color: 13583795.

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

Color convert

RGB 179 69 207 -
CMYK 0.14 0.67 0 0.19
HSL 287.83º 0.59% 0.54% -
HSV(B) 287.83º 0.67% 0.81% -
XYZ 31.98 18.34 60.89 -
YUV 117.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 179 69 207 0.14 0.67 0 0.19 287.83 0.59 0.54
Hex B3 45 CF E 43 0 13 120 3B 36
Octal 263 105 317 16 103 0 23 440 73 66
Binary 10110011 1000101 11001111 1110 1000011 0 10011 100100000 111011 110110

Color Harmonies of #B345CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345CF

Black with #B345CF

Text Example


Text Example

White with #B345CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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