Html Css Color HEX #BD67FA Heliotrope

📋 copy color: '#BD67FA'

red 189 ◦ green 103 ◦ blue 250

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

Shades of Heliotrope #BD67FA

Tints of Heliotrope #BD67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19%

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

R = 34.87%
G = 19%
B = 46.13%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD67FA (or 0xBD67FA) is known color: Heliotrope. HEX triplet: BD, 67 and FA. RGB value is (189,103,250). Sum of RGB (Red+Green+Blue) = 189+103+250=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67FA is #429805. Grayscale: #909090. Windows color (decimal): -4364294 or 16410557. OLE color: 16410557.

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

Color convert

RGB 189 103 250 -
CMYK 0.24 0.59 0 0.02
HSL 275.1º 0.94% 0.69% -
HSV(B) 275.1º 0.59% 0.98% -
XYZ 43.09 27.42 93.46 -
YUV 145.47 186.99 159.05 -
System Red Green Blue C M Y K H S L
Decimal 189 103 250 0.24 0.59 0 0.02 275.1 0.94 0.69
Hex BD 67 FA 18 3B 0 2 113 5E 45
Octal 275 147 372 30 73 0 2 423 136 105
Binary 10111101 1100111 11111010 11000 111011 0 10 100010011 1011110 1000101

Color Harmonies of #BD67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67FA

Black with #BD67FA

Text Example


Text Example

White with #BD67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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