Html Css Color HEX #B433CC Dark Orchid

📋 copy color: '#B433CC'

red 180 ◦ green 51 ◦ blue 204

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

Shades of Dark Orchid #B433CC

Tints of Dark Orchid #B433CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 41.38%
G = 11.72%
B = 46.9%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B433CC (or 0xB433CC) is known color: Dark Orchid. HEX triplet: B4, 33 and CC. RGB value is (180,51,204). Sum of RGB (Red+Green+Blue) = 180+51+204=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #B433CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433CC is #4BCC33. Grayscale: #6A6A6A. Windows color (decimal): -4967476 or 13382580. OLE color: 13382580.

HSL color Cylindrical-coordinate representation of color #B433CC: hue angle of 290.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B433CC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 51 204 -
CMYK 0.12 0.75 0 0.2
HSL 290.59º 0.6% 0.5% -
HSV(B) 290.59º 0.75% 0.8% -
XYZ 30.91 16.43 58.67 -
YUV 107.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 180 51 204 0.12 0.75 0 0.2 290.59 0.6 0.5
Hex B4 33 CC C 4B 0 14 123 3C 32
Octal 264 63 314 14 113 0 24 443 74 62
Binary 10110100 110011 11001100 1100 1001011 0 10100 100100011 111100 110010

Color Harmonies of #B433CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B433CC

Black with #B433CC

Text Example


Text Example

White with #B433CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B433CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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