Html Css Color HEX #BD92FB Perfume

📋 copy color: '#BD92FB'

red 189 ◦ green 146 ◦ blue 251

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

Shades of Perfume #BD92FB

Tints of Perfume #BD92FB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.91%

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 32.25%
G = 24.91%
B = 42.83%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD92FB (or 0xBD92FB) is known color: Perfume. HEX triplet: BD, 92 and FB. RGB value is (189,146,251). Sum of RGB (Red+Green+Blue) = 189+146+251=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92FB is #426D04. Grayscale: #AAAAAA. Windows color (decimal): -4353285 or 16487101. OLE color: 16487101.

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

Color convert

RGB 189 146 251 -
CMYK 0.25 0.42 0 0.02
HSL 264.57º 0.93% 0.78% -
HSV(B) 264.57º 0.42% 0.98% -
XYZ 48.68 38.34 96.1 -
YUV 170.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 189 146 251 0.25 0.42 0 0.02 264.57 0.93 0.78
Hex BD 92 FB 19 2A 0 2 109 5D 4E
Octal 275 222 373 31 52 0 2 411 135 116
Binary 10111101 10010010 11111011 11001 101010 0 10 100001001 1011101 1001110

Color Harmonies of #BD92FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92FB

Black with #BD92FB

Text Example


Text Example

White with #BD92FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92FB; }

 p { color: rgb(189,146,251); }

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

background-color css

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

 a { background-color: rgb(189,146,251); }

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

border-color css

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

 span { border-color: rgb(189,146,251); }

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