Html Css Color HEX #B25CCF Medium Orchid

📋 copy color: '#B25CCF'

red 178 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #B25CCF

Tints of Medium Orchid #B25CCF

RGB

 RED value IS 178 (69.92% from 255) = 37.32%

 GREEN value IS 92 (36.33% from 255) = 19.29%

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

R = 37.32%
G = 19.29%
B = 43.4%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B25CCF (or 0xB25CCF) is known color: Medium Orchid. HEX triplet: B2, 5C and CF. RGB value is (178,92,207). Sum of RGB (Red+Green+Blue) = 178+92+207=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #B25CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CCF is #4DA330. Grayscale: #828282. Windows color (decimal): -5088049 or 13589682. OLE color: 13589682.

HSL color Cylindrical-coordinate representation of color #B25CCF: hue angle of 284.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25CCF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 92 207 -
CMYK 0.14 0.56 0 0.19
HSL 284.87º 0.55% 0.59% -
HSV(B) 284.87º 0.56% 0.81% -
XYZ 33.45 21.62 61.44 -
YUV 130.82 170.99 161.65 -
System Red Green Blue C M Y K H S L
Decimal 178 92 207 0.14 0.56 0 0.19 284.87 0.55 0.59
Hex B2 5C CF E 38 0 13 11D 37 3B
Octal 262 134 317 16 70 0 23 435 67 73
Binary 10110010 1011100 11001111 1110 111000 0 10011 100011101 110111 111011

Color Harmonies of #B25CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CCF

Black with #B25CCF

Text Example


Text Example

White with #B25CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CCF; }

 p { color: rgb(178,92,207); }

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

background-color css

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

 a { background-color: rgb(178,92,207); }

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

border-color css

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

 span { border-color: rgb(178,92,207); }

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