Html Css Color HEX #BC94FA Perfume

📋 copy color: '#BC94FA'

red 188 ◦ green 148 ◦ blue 250

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

Shades of Perfume #BC94FA

Tints of Perfume #BC94FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.26%

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 32.08%
G = 25.26%
B = 42.66%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC94FA (or 0xBC94FA) is known color: Perfume. HEX triplet: BC, 94 and FA. RGB value is (188,148,250). Sum of RGB (Red+Green+Blue) = 188+148+250=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94FA is #436B05. Grayscale: #ABABAB. Windows color (decimal): -4418310 or 16422076. OLE color: 16422076.

HSL color Cylindrical-coordinate representation of color #BC94FA: hue angle of 263.53º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC94FA is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 148 250 -
CMYK 0.25 0.41 0 0.02
HSL 263.53º 0.91% 0.78% -
HSV(B) 263.53º 0.41% 0.98% -
XYZ 48.58 38.77 95.37 -
YUV 171.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 188 148 250 0.25 0.41 0 0.02 263.53 0.91 0.78
Hex BC 94 FA 19 29 0 2 108 5B 4E
Octal 274 224 372 31 51 0 2 410 133 116
Binary 10111100 10010100 11111010 11001 101001 0 10 100001000 1011011 1001110

Color Harmonies of #BC94FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94FA

Black with #BC94FA

Text Example


Text Example

White with #BC94FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94FA; }

 p { color: rgb(188,148,250); }

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

background-color css

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

 a { background-color: rgb(188,148,250); }

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

border-color css

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

 span { border-color: rgb(188,148,250); }

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