Html Css Color HEX #BC30CC Medium Orchid

📋 copy color: '#BC30CC'

red 188 ◦ green 48 ◦ blue 204

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

Shades of Medium Orchid #BC30CC

Tints of Medium Orchid #BC30CC

RGB

 RED value IS 188 (73.83% from 255) = 42.73%

 GREEN value IS 48 (19.14% from 255) = 10.91%

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

R = 42.73%
G = 10.91%
B = 46.36%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC30CC (or 0xBC30CC) is known color: Medium Orchid. HEX triplet: BC, 30 and CC. RGB value is (188,48,204). Sum of RGB (Red+Green+Blue) = 188+48+204=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30CC is #43CF33. Grayscale: #6B6B6B. Windows color (decimal): -4443956 or 13381820. OLE color: 13381820.

HSL color Cylindrical-coordinate representation of color #BC30CC: hue angle of 293.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC30CC is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 48 204 -
CMYK 0.08 0.76 0 0.2
HSL 293.85º 0.62% 0.49% -
HSV(B) 293.85º 0.76% 0.8% -
XYZ 32.7 17.16 58.72 -
YUV 107.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 188 48 204 0.08 0.76 0 0.2 293.85 0.62 0.49
Hex BC 30 CC 8 4C 0 14 126 3E 31
Octal 274 60 314 10 114 0 24 446 76 61
Binary 10111100 110000 11001100 1000 1001100 0 10100 100100110 111110 110001

Color Harmonies of #BC30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30CC

Black with #BC30CC

Text Example


Text Example

White with #BC30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30CC; }

 p { color: rgb(188,48,204); }

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

background-color css

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

 a { background-color: rgb(188,48,204); }

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

border-color css

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

 span { border-color: rgb(188,48,204); }

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