Html Css Color HEX #B423CF Dark Orchid

📋 copy color: '#B423CF'

red 180 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #B423CF

Tints of Dark Orchid #B423CF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.29%

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

R = 42.65%
G = 8.29%
B = 49.05%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B423CF (or 0xB423CF) is known color: Dark Orchid. HEX triplet: B4, 23 and CF. RGB value is (180,35,207). Sum of RGB (Red+Green+Blue) = 180+35+207=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #B423CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423CF is #4BDC30. Grayscale: #616161. Windows color (decimal): -4971569 or 13575092. OLE color: 13575092.

HSL color Cylindrical-coordinate representation of color #B423CF: hue angle of 290.58º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B423CF is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 35 207 -
CMYK 0.13 0.83 0 0.19
HSL 290.58º 0.71% 0.47% -
HSV(B) 290.58º 0.83% 0.81% -
XYZ 30.69 15.41 60.39 -
YUV 97.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 180 35 207 0.13 0.83 0 0.19 290.58 0.71 0.47
Hex B4 23 CF D 53 0 13 123 47 2F
Octal 264 43 317 15 123 0 23 443 107 57
Binary 10110100 100011 11001111 1101 1010011 0 10011 100100011 1000111 101111

Color Harmonies of #B423CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423CF

Black with #B423CF

Text Example


Text Example

White with #B423CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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