Html Css Color HEX #B429CF Dark Orchid

📋 copy color: '#B429CF'

red 180 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #B429CF

Tints of Dark Orchid #B429CF

RGB

 RED value IS 180 (70.7% from 255) = 42.06%

 GREEN value IS 41 (16.41% from 255) = 9.58%

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 42.06%
G = 9.58%
B = 48.36%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B429CF (or 0xB429CF) is known color: Dark Orchid. HEX triplet: B4, 29 and CF. RGB value is (180,41,207). Sum of RGB (Red+Green+Blue) = 180+41+207=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #B429CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429CF is #4BD630. Grayscale: #646464. Windows color (decimal): -4970033 or 13576628. OLE color: 13576628.

HSL color Cylindrical-coordinate representation of color #B429CF: hue angle of 290.24º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B429CF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 41 207 -
CMYK 0.13 0.80 0 0.19
HSL 290.24º 0.67% 0.49% -
HSV(B) 290.24º 0.8% 0.81% -
XYZ 30.88 15.79 60.45 -
YUV 101.49 187.55 184 -
System Red Green Blue C M Y K H S L
Decimal 180 41 207 0.13 0.80 0 0.19 290.24 0.67 0.49
Hex B4 29 CF D 50 0 13 122 43 31
Octal 264 51 317 15 120 0 23 442 103 61
Binary 10110100 101001 11001111 1101 1010000 0 10011 100100010 1000011 110001

Color Harmonies of #B429CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429CF

Black with #B429CF

Text Example


Text Example

White with #B429CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429CF; }

 p { color: rgb(180,41,207); }

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

background-color css

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

 a { background-color: rgb(180,41,207); }

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

border-color css

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

 span { border-color: rgb(180,41,207); }

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