Html Css Color HEX #B443CF Medium Orchid

📋 copy color: '#B443CF'

red 180 ◦ green 67 ◦ blue 207

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

Shades of Medium Orchid #B443CF

Tints of Medium Orchid #B443CF

RGB

 RED value IS 180 (70.7% from 255) = 39.65%

 GREEN value IS 67 (26.56% from 255) = 14.76%

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

R = 39.65%
G = 14.76%
B = 45.59%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B443CF (or 0xB443CF) is known color: Medium Orchid. HEX triplet: B4, 43 and CF. RGB value is (180,67,207). Sum of RGB (Red+Green+Blue) = 180+67+207=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 67 (26.56% from 255 or 14.76% 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 #B443CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443CF is #4BBC30. Grayscale: #747474. Windows color (decimal): -4963377 or 13583284. OLE color: 13583284.

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

Color convert

RGB 180 67 207 -
CMYK 0.13 0.68 0 0.19
HSL 288.43º 0.59% 0.54% -
HSV(B) 288.43º 0.68% 0.81% -
XYZ 32.09 18.22 60.86 -
YUV 116.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 180 67 207 0.13 0.68 0 0.19 288.43 0.59 0.54
Hex B4 43 CF D 44 0 13 120 3B 36
Octal 264 103 317 15 104 0 23 440 73 66
Binary 10110100 1000011 11001111 1101 1000100 0 10011 100100000 111011 110110

Color Harmonies of #B443CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B443CF

Black with #B443CF

Text Example


Text Example

White with #B443CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B443CF; }

 p { color: rgb(180,67,207); }

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

background-color css

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

 a { background-color: rgb(180,67,207); }

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

border-color css

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

 span { border-color: rgb(180,67,207); }

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