Html Css Color HEX #B433C9 Dark Orchid

📋 copy color: '#B433C9'

red 180 ◦ green 51 ◦ blue 201

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

Shades of Dark Orchid #B433C9

Tints of Dark Orchid #B433C9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.81%

 BLUE value IS 201 (78.91% from 255) = 46.53%

R = 41.67%
G = 11.81%
B = 46.53%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B433C9 (or 0xB433C9) is known color: Dark Orchid. HEX triplet: B4, 33 and C9. RGB value is (180,51,201). Sum of RGB (Red+Green+Blue) = 180+51+201=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #B433C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433C9 is #4BCC36. Grayscale: #6A6A6A. Windows color (decimal): -4967479 or 13185972. OLE color: 13185972.

HSL color Cylindrical-coordinate representation of color #B433C9: hue angle of 291.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B433C9 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 51 201 -
CMYK 0.10 0.75 0 0.21
HSL 291.6º 0.6% 0.49% -
HSV(B) 291.6º 0.75% 0.79% -
XYZ 30.55 16.29 56.79 -
YUV 106.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 180 51 201 0.10 0.75 0 0.21 291.6 0.6 0.49
Hex B4 33 C9 A 4B 0 15 124 3C 31
Octal 264 63 311 12 113 0 25 444 74 61
Binary 10110100 110011 11001001 1010 1001011 0 10101 100100100 111100 110001

Color Harmonies of #B433C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B433C9

Black with #B433C9

Text Example


Text Example

White with #B433C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B433C9; }

 p { color: rgb(180,51,201); }

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

background-color css

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

 a { background-color: rgb(180,51,201); }

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

border-color css

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

 span { border-color: rgb(180,51,201); }

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