Html Css Color HEX #BD5EFA Heliotrope

📋 copy color: '#BD5EFA'

red 189 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #BD5EFA

Tints of Heliotrope #BD5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.64%

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

R = 35.46%
G = 17.64%
B = 46.9%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD5EFA (or 0xBD5EFA) is known color: Heliotrope. HEX triplet: BD, 5E and FA. RGB value is (189,94,250). Sum of RGB (Red+Green+Blue) = 189+94+250=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5EFA is #42A105. Grayscale: #8B8B8B. Windows color (decimal): -4366598 or 16408253. OLE color: 16408253.

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

Color convert

RGB 189 94 250 -
CMYK 0.24 0.62 0 0.02
HSL 276.54º 0.94% 0.67% -
HSV(B) 276.54º 0.62% 0.98% -
XYZ 42.24 25.73 93.18 -
YUV 140.19 189.97 162.82 -
System Red Green Blue C M Y K H S L
Decimal 189 94 250 0.24 0.62 0 0.02 276.54 0.94 0.67
Hex BD 5E FA 18 3E 0 2 115 5E 43
Octal 275 136 372 30 76 0 2 425 136 103
Binary 10111101 1011110 11111010 11000 111110 0 10 100010101 1011110 1000011

Color Harmonies of #BD5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5EFA

Black with #BD5EFA

Text Example


Text Example

White with #BD5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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