Html Css Color HEX #BD8EFA Perfume

📋 copy color: '#BD8EFA'

red 189 ◦ green 142 ◦ blue 250

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

Shades of Perfume #BD8EFA

Tints of Perfume #BD8EFA

RGB

 RED value IS 189 (74.22% from 255) = 32.53%

 GREEN value IS 142 (55.86% from 255) = 24.44%

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

R = 32.53%
G = 24.44%
B = 43.03%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD8EFA (or 0xBD8EFA) is known color: Perfume. HEX triplet: BD, 8E and FA. RGB value is (189,142,250). Sum of RGB (Red+Green+Blue) = 189+142+250=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD8EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8EFA is #427105. Grayscale: #A7A7A7. Windows color (decimal): -4354310 or 16420541. OLE color: 16420541.

HSL color Cylindrical-coordinate representation of color #BD8EFA: hue angle of 266.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD8EFA is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 142 250 -
CMYK 0.24 0.43 0 0.02
HSL 266.11º 0.92% 0.77% -
HSV(B) 266.11º 0.43% 0.98% -
XYZ 47.91 37.07 95.07 -
YUV 168.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 189 142 250 0.24 0.43 0 0.02 266.11 0.92 0.77
Hex BD 8E FA 18 2B 0 2 10A 5C 4D
Octal 275 216 372 30 53 0 2 412 134 115
Binary 10111101 10001110 11111010 11000 101011 0 10 100001010 1011100 1001101

Color Harmonies of #BD8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EFA

Black with #BD8EFA

Text Example


Text Example

White with #BD8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EFA; }

 p { color: rgb(189,142,250); }

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

background-color css

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

 a { background-color: rgb(189,142,250); }

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

border-color css

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

 span { border-color: rgb(189,142,250); }

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