Html Css Color HEX #B438CC Medium Orchid

📋 copy color: '#B438CC'

red 180 ◦ green 56 ◦ blue 204

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

Shades of Medium Orchid #B438CC

Tints of Medium Orchid #B438CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.73%

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

R = 40.91%
G = 12.73%
B = 46.36%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B438CC (or 0xB438CC) is known color: Medium Orchid. HEX triplet: B4, 38 and CC. RGB value is (180,56,204). Sum of RGB (Red+Green+Blue) = 180+56+204=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #B438CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438CC is #4BC733. Grayscale: #6D6D6D. Windows color (decimal): -4966196 or 13383860. OLE color: 13383860.

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

Color convert

RGB 180 56 204 -
CMYK 0.12 0.73 0 0.2
HSL 290.27º 0.59% 0.51% -
HSV(B) 290.27º 0.73% 0.8% -
XYZ 31.14 16.89 58.75 -
YUV 109.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 180 56 204 0.12 0.73 0 0.2 290.27 0.59 0.51
Hex B4 38 CC C 49 0 14 122 3B 33
Octal 264 70 314 14 111 0 24 442 73 63
Binary 10110100 111000 11001100 1100 1001001 0 10100 100100010 111011 110011

Color Harmonies of #B438CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438CC

Black with #B438CC

Text Example


Text Example

White with #B438CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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