Html Css Color HEX #B43BCF Medium Orchid

📋 copy color: '#B43BCF'

red 180 ◦ green 59 ◦ blue 207

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

Shades of Medium Orchid #B43BCF

Tints of Medium Orchid #B43BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.23%

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

R = 40.36%
G = 13.23%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B43BCF (or 0xB43BCF) is known color: Medium Orchid. HEX triplet: B4, 3B and CF. RGB value is (180,59,207). Sum of RGB (Red+Green+Blue) = 180+59+207=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B43BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BCF is #4BC430. Grayscale: #6F6F6F. Windows color (decimal): -4965425 or 13581236. OLE color: 13581236.

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

Color convert

RGB 180 59 207 -
CMYK 0.13 0.71 0 0.19
HSL 289.05º 0.61% 0.52% -
HSV(B) 289.05º 0.71% 0.81% -
XYZ 31.65 17.34 60.71 -
YUV 112.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 180 59 207 0.13 0.71 0 0.19 289.05 0.61 0.52
Hex B4 3B CF D 47 0 13 121 3D 34
Octal 264 73 317 15 107 0 23 441 75 64
Binary 10110100 111011 11001111 1101 1000111 0 10011 100100001 111101 110100

Color Harmonies of #B43BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BCF

Black with #B43BCF

Text Example


Text Example

White with #B43BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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