Html Css Color HEX #B43CCC Medium Orchid

📋 copy color: '#B43CCC'

red 180 ◦ green 60 ◦ blue 204

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

Shades of Medium Orchid #B43CCC

Tints of Medium Orchid #B43CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.51%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 40.54%
G = 13.51%
B = 45.95%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B43CCC (or 0xB43CCC) is known color: Medium Orchid. HEX triplet: B4, 3C and CC. RGB value is (180,60,204). Sum of RGB (Red+Green+Blue) = 180+60+204=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #B43CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CCC is #4BC333. Grayscale: #6F6F6F. Windows color (decimal): -4965172 or 13384884. OLE color: 13384884.

HSL color Cylindrical-coordinate representation of color #B43CCC: hue angle of 290º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43CCC is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 60 204 -
CMYK 0.12 0.71 0 0.2
HSL 290º 0.59% 0.52% -
HSV(B) 290º 0.71% 0.8% -
XYZ 31.34 17.29 58.81 -
YUV 112.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 180 60 204 0.12 0.71 0 0.2 290 0.59 0.52
Hex B4 3C CC C 47 0 14 122 3B 34
Octal 264 74 314 14 107 0 24 442 73 64
Binary 10110100 111100 11001100 1100 1000111 0 10100 100100010 111011 110100

Color Harmonies of #B43CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CCC

Black with #B43CCC

Text Example


Text Example

White with #B43CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CCC; }

 p { color: rgb(180,60,204); }

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

background-color css

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

 a { background-color: rgb(180,60,204); }

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

border-color css

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

 span { border-color: rgb(180,60,204); }

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