Html Css Color HEX #B438CF Medium Orchid

📋 copy color: '#B438CF'

red 180 ◦ green 56 ◦ blue 207

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

Shades of Medium Orchid #B438CF

Tints of Medium Orchid #B438CF

RGB

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

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

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

R = 40.63%
G = 12.64%
B = 46.73%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B438CF (or 0xB438CF) is known color: Medium Orchid. HEX triplet: B4, 38 and CF. RGB value is (180,56,207). Sum of RGB (Red+Green+Blue) = 180+56+207=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #B438CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438CF is #4BC730. Grayscale: #6D6D6D. Windows color (decimal): -4966193 or 13580468. OLE color: 13580468.

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

Color convert

RGB 180 56 207 -
CMYK 0.13 0.73 0 0.19
HSL 289.27º 0.61% 0.52% -
HSV(B) 289.27º 0.73% 0.81% -
XYZ 31.5 17.04 60.66 -
YUV 110.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 180 56 207 0.13 0.73 0 0.19 289.27 0.61 0.52
Hex B4 38 CF D 49 0 13 121 3D 34
Octal 264 70 317 15 111 0 23 441 75 64
Binary 10110100 111000 11001111 1101 1001001 0 10011 100100001 111101 110100

Color Harmonies of #B438CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438CF

Black with #B438CF

Text Example


Text Example

White with #B438CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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